Skip to content
Permalink
Browse files Browse the repository at this point in the history
fixed #1737
  • Loading branch information
jeanlf committed Apr 9, 2021
1 parent d98b45f commit cd3738d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/media_tools/isom_hinter.c
Expand Up @@ -402,8 +402,9 @@ GF_RTPHinter *gf_hinter_track_new(GF_ISOFile *file, u32 TrackNum,
else if (gf_isom_has_sync_shadows(file, TrackNum) || gf_isom_has_sample_dependency(file, TrackNum)) {
flags |= GP_RTP_PCK_SYSTEMS_CAROUSEL;
}
gf_odf_desc_del((GF_Descriptor*)esd);
}
if (esd)
gf_odf_desc_del((GF_Descriptor*)esd);
break;
case GF_ISOM_SUBTYPE_3GP_H263:
hintType = GF_RTP_PAYT_H263;
Expand Down

0 comments on commit cd3738d

Please sign in to comment.