X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffmpeg_opt.c;h=d267c6d4e5b572484c5589d29b2f9e89927eef60;hb=e630ca5111077fa8adc972fe8a3d7e2b3e8dc91f;hp=e6ac3ee8e73c466313b09e8d7b96fab7e73267b4;hpb=09d6ceac4d10d72e937de89608c30efa86352553;p=ffmpeg diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c index e6ac3ee8e73..d267c6d4e5b 100644 --- a/ffmpeg_opt.c +++ b/ffmpeg_opt.c @@ -2133,7 +2133,6 @@ static int opt_target(void *optctx, const char *opt, const char *arg) opt_video_codec(o, "c:v", "mpeg1video"); opt_audio_codec(o, "c:a", "mp2"); parse_option(o, "f", "vcd", options); - av_dict_set(&o->g->codec_opts, "b:v", arg, AV_DICT_DONT_OVERWRITE); parse_option(o, "s", norm == PAL ? "352x288" : "352x240", options); parse_option(o, "r", frame_rates[norm], options);