OSDN Git Service

avconv: fix broken indentation.
authorAnton Khirnov <anton@khirnov.net>
Fri, 19 Aug 2011 15:52:45 +0000 (17:52 +0200)
committerAlex Converse <alex.converse@gmail.com>
Fri, 19 Aug 2011 22:35:20 +0000 (15:35 -0700)
Signed-off-by: Alex Converse <alex.converse@gmail.com>
avconv.c

index 3dddc8d..c8ffd64 100644 (file)
--- 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) {