You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
ffmpeg: remove trailing whitespace that sneaked into the previous merge
This commit is contained in:
2
ffmpeg.c
2
ffmpeg.c
@@ -3861,7 +3861,7 @@ static int process_input(int file_index)
|
|||||||
pkt.pts -= av_rescale_q(delta, AV_TIME_BASE_Q, ist->st->time_base);
|
pkt.pts -= av_rescale_q(delta, AV_TIME_BASE_Q, ist->st->time_base);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
duration = av_rescale_q(ifile->duration, ifile->time_base, ist->st->time_base);
|
duration = av_rescale_q(ifile->duration, ifile->time_base, ist->st->time_base);
|
||||||
if (pkt.pts != AV_NOPTS_VALUE) {
|
if (pkt.pts != AV_NOPTS_VALUE) {
|
||||||
pkt.pts += duration;
|
pkt.pts += duration;
|
||||||
|
Reference in New Issue
Block a user