]> git.sesse.net Git - ffmpeg/blobdiff - avconv.c
asm: Consistently uppercase SECTION markers
[ffmpeg] / avconv.c
index fe606250feb8a0caa98e2b7628f6822ae9891945..94b6da2a8ba18f0481907af61006d858260dcdc5 100644 (file)
--- a/avconv.c
+++ b/avconv.c
@@ -1852,6 +1852,9 @@ static int init_output_stream_streamcopy(OutputStream *ost)
 
     ost->st->time_base = ist->st->time_base;
 
+    if (ost->bitrate_override)
+        par_dst->bit_rate = ost->bitrate_override;
+
     if (ist->st->nb_side_data) {
         ost->st->side_data = av_realloc_array(NULL, ist->st->nb_side_data,
                                               sizeof(*ist->st->side_data));