From: Nicolas George <nicolas.geo...@normalesup.org>

Signed-off-by: Anton Khirnov <an...@khirnov.net>
---
 avconv.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/avconv.c b/avconv.c
index 3bad6e0..a86fa02 100644
--- a/avconv.c
+++ b/avconv.c
@@ -2194,6 +2194,10 @@ static int transcode_init(OutputFile *output_files,
                         ost->sync_ist->st->index);
             if (ost->st->stream_copy)
                 fprintf(stderr, " (copy)");
+            else
+                fprintf(stderr, " (%s -> %s)", 
input_streams[ost->source_index].dec ?
+                        input_streams[ost->source_index].dec->name : "?",
+                        ost->enc ? ost->enc->name : "?");
             fprintf(stderr, "\n");
         }
     }
-- 
1.7.5.4

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to