On 04/02/2011 01:19 PM, Anton Khirnov wrote:

> ---
>  libavcodec/avcodec.h |   29 ++++++++++----
>  libavcodec/flacenc.c |  104 +++++++++++++++++++++++++++++++++++++++++++------
>  libavcodec/options.c |   18 +++++---
>  libavcodec/version.h |    3 +
>  4 files changed, 126 insertions(+), 28 deletions(-)


> +    { "min_prediction_order", NULL, offsetof(FlacEncodeContext, 
> options.min_prediction_order),

> +    { "max_prediction_order", NULL, offsetof(FlacEncodeContext, 
> options.max_prediction_order),

I'm not against moving FLAC encoder options to the private context, but
at least the 2 options above will also be used in the mpeg4-als encoder.

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

Reply via email to