summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-10-14 14:51:49 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-10-14 14:52:42 +0200
commit435dfc15dfa91681c0e3dc8bd42f92af6bec2c8f (patch)
tree66c596eb0ee27c35fc57bb74633a7bf8d37a65b9 /ffmpeg.c
parent1899b2579993c4faca79cade01e374378db128dd (diff)
ffmpeg: remove trailing whitespace that sneaked into the previous merge
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 1b36583acd..e121d55eb7 100644
--- a/ffmpeg.c
+++ b/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);
}
}
-
+
duration = av_rescale_q(ifile->duration, ifile->time_base, ist->st->time_base);
if (pkt.pts != AV_NOPTS_VALUE) {
pkt.pts += duration;