mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-29 04:17:06 +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]",
|
fprintf(stderr, " [sync #%d.%d]",
|
||||||
ost->sync_ist->file_index,
|
ost->sync_ist->file_index,
|
||||||
ost->sync_ist->st->index);
|
ost->sync_ist->st->index);
|
||||||
|
if (ost->st->stream_copy)
|
||||||
|
fprintf(stderr, " (copy)");
|
||||||
fprintf(stderr, "\n");
|
fprintf(stderr, "\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user