[FFmpeg-devel] [PATCH]Add -absf and -vbsf as compatibility options
Carl Eugen Hoyos
cehoyos at ag.or.at
Sat Sep 10 21:29:07 CEST 2011
Hi!
I don't think scripts should be randomly broken.
(Was it intended?)
Please comment, Carl Eugen
-------------- next part --------------
diff --git a/ffmpeg.c b/ffmpeg.c
index cbb92c8..3881551 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -4459,6 +4459,8 @@ static const OptionDef options[] = {
{ "muxpreload", OPT_FLOAT | HAS_ARG | OPT_EXPERT | OPT_OFFSET, {.off = OFFSET(mux_preload)}, "set the initial demux-decode delay", "seconds" },
{ "bsf", HAS_ARG | OPT_STRING | OPT_SPEC, {.off = OFFSET(bitstream_filters)}, "A comma-separated list of bitstream filters", "bitstream_filters" },
+ { "absf", HAS_ARG | OPT_STRING | OPT_SPEC, {.off = OFFSET(bitstream_filters)}, "deprecated", "bitstream_filters" },
+ { "vbsf", HAS_ARG | OPT_STRING | OPT_SPEC, {.off = OFFSET(bitstream_filters)}, "deprecated", "bitstream_filters" },
{ "apre", HAS_ARG | OPT_AUDIO | OPT_EXPERT| OPT_FUNC2, {(void*)opt_preset}, "set the audio options to the indicated preset", "preset" },
{ "vpre", HAS_ARG | OPT_VIDEO | OPT_EXPERT| OPT_FUNC2, {(void*)opt_preset}, "set the video options to the indicated preset", "preset" },
More information about the ffmpeg-devel
mailing list