From c09315084973fb9ee1c2cfdd385d0f35723ed29a Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 19 Aug 2011 17:52:45 +0200 Subject: [PATCH] avconv: fix broken indentation. Signed-off-by: Alex Converse --- avconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {