Skip to content

Commit

Permalink
fixed typo in 49d85c0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlf committed Dec 13, 2023
1 parent 2543c4e commit 804b5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/isomedia/movie_fragments.c
Expand Up @@ -2332,7 +2332,7 @@ GF_Err gf_isom_close_segment(GF_ISOFile *movie, s32 subsegments_per_sidx, GF_ISO
movie->on_block_out(movie->on_block_out_usr_data, movie->moof->moof_data, movie->moof->moof_data_len, NULL, 0);
if (out_seg_size) *out_seg_size += movie->moof->moof_data_len;

flush_ref_samples(movie, NULL, (segment_marker_4cc || gf_list_count(defer_moofs)) ? GF_FALSE : GF_TRUE);
flush_ref_samples(movie, out_seg_size, (segment_marker_4cc || gf_list_count(defer_moofs)) ? GF_FALSE : GF_TRUE);

gf_free(movie->moof->moof_data);
gf_isom_box_del((GF_Box *) movie->moof);
Expand Down

0 comments on commit 804b5b2

Please sign in to comment.