Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
rbouqueau committed Sep 13, 2024
1 parent 7a382e3 commit 8abf241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filters/mux_isom.c
Original file line number Diff line number Diff line change
Expand Up @@ -4692,7 +4692,7 @@ static GF_Err mp4_mux_process_sample(GF_MP4MuxCtx *ctx, TrackWriter *tkw, GF_Fil
u32 min_pck_dur = gf_filter_pid_get_min_pck_duration(tkw->ipid);
if (min_pck_dur) {
tkw->sample.DTS = prev_dts;
//transform back to inpput timescale
//transform back to input timescale
if (timescale != tkw->tk_timescale) {
tkw->sample.DTS = gf_timestamp_rescale(tkw->sample.DTS, tkw->tk_timescale, timescale);
}
Expand Down

0 comments on commit 8abf241

Please sign in to comment.