Commit ad42126a authored by Anton Khirnov's avatar Anton Khirnov

avconv: print stream copy information.

parent 4f4f3384
......@@ -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");
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment