[FFmpeg-devel] [PATCH]Add -absf and -vbsf as compatibility options

Michael Niedermayer michaelni at gmx.at
Sat Sep 10 22:45:59 CEST 2011


On Sat, Sep 10, 2011 at 09:29:07PM +0200, Carl Eugen Hoyos wrote:
> Hi!
> 
> I don't think scripts should be randomly broken.
> (Was it intended?)

no it was not intended


>  ffmpeg.c |    2 ++
>  1 file changed, 2 insertions(+)
> 929f7bc8de78949ea68726650258ac6909b12f64  patchbsf.diff
> 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" },

does this work?
or does this use the -absf also for video and -vbsf for audio ?

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I hate to see young programmers poisoned by the kind of thinking
Ulrich Drepper puts forward since it is simply too narrow -- Roman Shaposhnik
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20110910/1cdb7197/attachment.asc>


More information about the ffmpeg-devel mailing list