From d73e8cab028e919e2b04ce9bf9ddbf53bd43596b Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 30 Aug 2011 15:59:56 +0200 Subject: [PATCH] ffmpeg: fix broken indentation. Signed-off-by: Alex Converse Signed-off-by: Michael Niedermayer --- ffmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {