Skip to content
Snippets Groups Projects
Commit e079661d authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos Committed by Michael Niedermayer
Browse files

ffmpeg_opt: Fix -target vcd


The removed line makes no sense and doesnt work

fixes ticket #3239

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 565f786d
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment