OSDN Git Service

avconv: print stream copy information.
authorAnton Khirnov <anton@khirnov.net>
Tue, 16 Aug 2011 04:58:52 +0000 (06:58 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 16 Aug 2011 18:24:20 +0000 (20:24 +0200)
avconv.c

index c16bb05..3227deb 100644 (file)
--- 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");
         }
     }