avconv: print stream copy information.
This commit is contained in:
parent
4f4f33844a
commit
ad42126abc
1 changed files with 2 additions and 0 deletions
2
avconv.c
2
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");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue