[FFmpeg-cvslog] ffmpeg_opt: Fix -target vcd

Carl Eugen Hoyos git at videolan.org
Wed Dec 25 21:34:53 CET 2013


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Dec 25 18:34:29 2013 +0100| [e079661d23ff3891cf663a85344d1f8eb60a4fe1] | committer: Michael Niedermayer

ffmpeg_opt: Fix -target vcd

The removed line makes no sense and doesnt work

fixes ticket #3239

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e079661d23ff3891cf663a85344d1f8eb60a4fe1
---

 ffmpeg_opt.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c
index e6ac3ee..d267c6d 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);



More information about the ffmpeg-cvslog mailing list