Commit 435dfc15 authored by Hendrik Leppkes's avatar Hendrik Leppkes

ffmpeg: remove trailing whitespace that sneaked into the previous merge

parent 1899b257
......@@ -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);
}
}
duration = av_rescale_q(ifile->duration, ifile->time_base, ist->st->time_base);
if (pkt.pts != AV_NOPTS_VALUE) {
pkt.pts += duration;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment