Skip to content
Permalink
Browse files Browse the repository at this point in the history
fixed #1885
  • Loading branch information
jeanlf committed Aug 30, 2021
1 parent b09c75d commit f5a038e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/media_tools/isom_hinter.c
Expand Up @@ -1241,7 +1241,7 @@ GF_Err gf_hinter_finalize(GF_ISOFile *file, GF_SDP_IODProfile IOD_Profile, u32 b
if (gf_isom_get_sample_count(file, sceneT)==1) {
samp = gf_isom_get_sample(file, sceneT, 1, &descIndex);
if (samp && gf_hinter_can_embbed_data(samp->data, samp->dataLength, GF_STREAM_SCENE)) {

InitSL_NULL(&slc);
slc.timeScale = slc.timestampResolution = gf_isom_get_media_timescale(file, sceneT);
slc.OCRResolution = 1000;
slc.startCTS = samp->DTS+samp->CTS_Offset;
Expand Down

0 comments on commit f5a038e

Please sign in to comment.