Skip to content

Commit

Permalink
Fixed #2701
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlf committed Dec 11, 2023
1 parent 4337003 commit 7ff58a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/isomedia/movie_fragments.c
Expand Up @@ -134,6 +134,7 @@ GF_Err gf_isom_finalize_for_fragment(GF_ISOFile *movie, u32 media_segment_type,

if (!trex->track->Media->information->sampleTable->SampleSize || ! trex->track->Media->information->sampleTable->SampleSize->sampleCount) {
gf_list_add(trep->child_boxes, trex->track->Media->information->sampleTable->CompositionToDecode);
gf_list_del_item(trex->track->Media->information->sampleTable->child_boxes, trex->track->Media->information->sampleTable->CompositionToDecode);
trex->track->Media->information->sampleTable->CompositionToDecode = NULL;
} else {
GF_CompositionToDecodeBox *cslg;
Expand Down

0 comments on commit 7ff58a5

Please sign in to comment.