gf_isom_has_sync_shadows  756 include/gpac/isomedia.h Bool gf_isom_has_sync_shadows(GF_ISOFile *the_file, u32 trackNumber);
gf_isom_has_sync_shadows  530 src/media_tools/filestreamer.c 					if (gf_isom_has_sync_shadows(streamer->isom, track->track_num) || gf_isom_has_sample_dependency(streamer->isom, track->track_num))
gf_isom_has_sync_shadows  416 src/media_tools/isom_hinter.c 				else if (gf_isom_has_sync_shadows(file, TrackNum) || gf_isom_has_sample_dependency(file, TrackNum)) {