Hi,

On Wed, May 11, 2011 at 7:57 AM, Anton Khirnov <[email protected]> wrote:
> ---
>  libavcodec/options.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/libavcodec/options.c b/libavcodec/options.c
> index b22e53d..9c714fb 100644
> --- a/libavcodec/options.c
> +++ b/libavcodec/options.c
> @@ -305,11 +305,11 @@ static const AVOption options[]={
>  {"error", NULL, OFFSET(error_rate), FF_OPT_TYPE_INT, {.dbl = DEFAULT }, 
> INT_MIN, INT_MAX, V|E},
>  #if FF_API_ANTIALIAS_ALGO
>  {"antialias", "MP3 antialias algorithm", OFFSET(antialias_algo), 
> FF_OPT_TYPE_INT, {.dbl = DEFAULT }, INT_MIN, INT_MAX, V|D, "aa"},
> -#endif
>  {"auto", NULL, 0, FF_OPT_TYPE_CONST, {.dbl = FF_AA_AUTO }, INT_MIN, INT_MAX, 
> V|D, "aa"},
>  {"fastint", NULL, 0, FF_OPT_TYPE_CONST, {.dbl = FF_AA_FASTINT }, INT_MIN, 
> INT_MAX, V|D, "aa"},
>  {"int", NULL, 0, FF_OPT_TYPE_CONST, {.dbl = FF_AA_INT }, INT_MIN, INT_MAX, 
> V|D, "aa"},
>  {"float", NULL, 0, FF_OPT_TYPE_CONST, {.dbl = FF_AA_FLOAT }, INT_MIN, 
> INT_MAX, V|D, "aa"},
> +#endif

Do these options do anything? I mean, you could simply remove them if
they don't do anything, maybe.

But regardless, OK.

Ronald
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to