summaryrefslogtreecommitdiff
path: root/avconv.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-08-19 17:52:45 +0200
committerAlex Converse <alex.converse@gmail.com>2011-08-19 15:35:20 -0700
commitc09315084973fb9ee1c2cfdd385d0f35723ed29a (patch)
treeb9921f54f7feb0f876b48ee0c2357979f1b92015 /avconv.c
parentf21f294e05a6f0a06910236707bdfc82b4432487 (diff)
avconv: fix broken indentation.
Signed-off-by: Alex Converse <alex.converse@gmail.com>
Diffstat (limited to 'avconv.c')
-rw-r--r--avconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avconv.c b/avconv.c
index 3dddc8d1f6..c8ffd64156 100644
--- a/avconv.c
+++ b/avconv.c
@@ -2257,7 +2257,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) {