[FFmpeg-cvslog] ffmpeg: fix broken indentation.

Anton Khirnov git at videolan.org
Tue Aug 30 18:15:07 CEST 2011


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Tue Aug 30 15:59:56 2011 +0200| [d73e8cab028e919e2b04ce9bf9ddbf53bd43596b] | committer: Michael Niedermayer

ffmpeg: fix broken indentation.

Signed-off-by: Alex Converse <alex.converse at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d73e8cab028e919e2b04ce9bf9ddbf53bd43596b
---

 ffmpeg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index b688a8a..9dbc50b 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) {



More information about the ffmpeg-cvslog mailing list