mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-26 16:57:54 +08:00
avconv: print stream copy information.
This commit is contained in:
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");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user