Browse Source

avconv: print stream copy information.

tags/n0.9
Anton Khirnov 14 years ago
parent
commit
ad42126abc
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      avconv.c

+ 2
- 0
avconv.c 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");
}
}


Loading…
Cancel
Save