diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-10-14 14:51:49 +0200 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-10-14 14:52:42 +0200 |
commit | 435dfc15dfa91681c0e3dc8bd42f92af6bec2c8f (patch) | |
tree | 66c596eb0ee27c35fc57bb74633a7bf8d37a65b9 /ffmpeg.c | |
parent | 1899b2579993c4faca79cade01e374378db128dd (diff) | |
download | ffmpeg-435dfc15dfa91681c0e3dc8bd42f92af6bec2c8f.tar.gz |
ffmpeg: remove trailing whitespace that sneaked into the previous merge
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |