Browse Source

ffmpeg: remove trailing whitespace that sneaked into the previous merge

tags/n3.0
Hendrik Leppkes 9 years ago
parent
commit
435dfc15df
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ffmpeg.c

+ 1
- 1
ffmpeg.c View File

@@ -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;


Loading…
Cancel
Save