[FFmpeg-cvslog] avconv: print stream copy information.

Anton Khirnov git at videolan.org
Wed Aug 17 14:42:49 CEST 2011


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Tue Aug 16 06:58:52 2011 +0200| [ad42126abcdee921fd7eaf0b8a83f18aa3dc1371] | committer: Anton Khirnov

avconv: print stream copy information.

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

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

diff --git a/avconv.c b/avconv.c
index c16bb05..3227deb 100644
--- a/avconv.c
+++ b/avconv.c
@@ -2189,6 +2189,8 @@ static int transcode(AVFormatContext **output_files,
                 fprintf(stderr, " [sync #%d.%d]",
                         ost->sync_ist->file_index,
                         ost->sync_ist->st->index);
+            if (ost->st->stream_copy)
+                fprintf(stderr, " (copy)");
             fprintf(stderr, "\n");
         }
     }



More information about the ffmpeg-cvslog mailing list