[FFmpeg-cvslog] avconv: fix broken indentation.
Anton Khirnov
git at videolan.org
Sat Aug 20 15:57:12 CEST 2011
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Fri Aug 19 17:52:45 2011 +0200| [c09315084973fb9ee1c2cfdd385d0f35723ed29a] | committer: Alex Converse
avconv: fix broken indentation.
Signed-off-by: Alex Converse <alex.converse at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c09315084973fb9ee1c2cfdd385d0f35723ed29a
---
avconv.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/avconv.c b/avconv.c
index 3dddc8d..c8ffd64 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) {
More information about the ffmpeg-cvslog
mailing list