projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f4f338
)
avconv: print stream copy information.
author
Anton Khirnov
<anton@khirnov.net>
Tue, 16 Aug 2011 04:58:52 +0000
(06:58 +0200)
committer
Anton Khirnov
<anton@khirnov.net>
Tue, 16 Aug 2011 18:24:20 +0000
(20:24 +0200)
avconv.c
patch
|
blob
|
history
diff --git
a/avconv.c
b/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");
}
}