On Mon, Aug 17, 2015 at 06:24:57PM -0400, Ronald S. Bultje wrote:
> ---
>  ffmpeg_opt.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c
> index e923a19..effeaf1 100644
> --- a/ffmpeg_opt.c
> +++ b/ffmpeg_opt.c
> @@ -3328,6 +3328,10 @@ const OptionDef options[] = {
>          "force data codec ('copy' to copy stream)", "codec" },
>      { "dn", OPT_BOOL | OPT_VIDEO | OPT_OFFSET | OPT_INPUT | OPT_OUTPUT, { 
> .off = OFFSET(data_disable) },
>          "disable data" },
> +#if !FF_API_OLD_AVOPTIONS
> +    { "ab",         OPT_AUDIO | HAS_ARG | OPT_OUTPUT, { .func_arg = 
> opt_old2new },
> +        "set bitrate (in bits/s)" },
> +#endif

I dont think this is needed, there seems to be already a "ab"
entry in ffmpeg_opt.c

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Asymptotically faster algorithms should always be preferred if you have
asymptotical amounts of data

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to