avconv: print stream copy information.

This commit is contained in:
Anton Khirnov 2011-08-16 06:58:52 +02:00
parent 4f4f33844a
commit ad42126abc
1 changed files with 2 additions and 0 deletions

View File

@ -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");
}
}