On Sun, 26 Feb 2012 19:54:25 +0200, Felipe Contreras 
<[email protected]> wrote:
> Will be needed by tidsp.
> 
> Signed-off-by: Felipe Contreras <[email protected]>
> ---
>  libavcodec/avcodec.h |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
> index 6e7fde0..013378d 100644
> --- a/libavcodec/avcodec.h
> +++ b/libavcodec/avcodec.h
> @@ -2742,6 +2742,8 @@ typedef struct AVCodecContext {
>       * - decoding: Set by libavcodec
>       */
>      enum AVFieldOrder field_order;
> +
> +    void *hwaccel_private;
>  } AVCodecContext;
>  

I'd rather see this in AVCodecInternal.
AVCodecContext is cluttered enough as it is, no need to add more private
fields to it.

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

Reply via email to