On Thu, Jun 09, 2016 at 10:29:55AM +0200, Anton Khirnov wrote:
> --- a/libavcodec/h264.h
> +++ b/libavcodec/h264.h
> @@ -464,7 +464,6 @@ typedef struct H264Context {
>      H264DSPContext h264dsp;
>      H264ChromaContext h264chroma;
>      H264QpelContext h264qpel;
> -    GetBitContext gb;
>  
>      H264Picture DPB[H264_MAX_PICTURE_COUNT];
>      H264Picture *cur_pic_ptr;

You should also drop the get_bits.h #include now.

I'll amend and push later, it's a good preliminary for the new bitstream
reader set.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to