summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-08-30 15:59:56 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-08-30 18:08:23 +0200
commitd73e8cab028e919e2b04ce9bf9ddbf53bd43596b (patch)
treec4c4da3bfa9300a0fff07c24786da1c3818d7bc3 /ffmpeg.c
parent877ba7b4bd1703500ed6e9a3f21497b34a49a2ad (diff)
ffmpeg: fix broken indentation.
Signed-off-by: Alex Converse <alex.converse@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 b688a8a299..9dbc50b855 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -2388,7 +2388,7 @@ static int transcode(OutputFile *output_files,
if (ost->is_past_recording_time || no_packet[ist->file_index] ||
(os->pb && avio_tell(os->pb) >= of->limit_filesize))
continue;
- opts = ost->st->pts.val * av_q2d(ost->st->time_base);
+ opts = ost->st->pts.val * av_q2d(ost->st->time_base);
ipts = ist->pts;
if (!input_files[ist->file_index].eof_reached){
if(ipts < ipts_min) {