Diego Biurrun <[email protected]> writes:

> ---
>  libavcodec/h264.h       |    1 +
>  libavcodec/h264_cabac.c |    4 ++--
>  libavcodec/h264_cavlc.c |    6 ++++--
>  3 files changed, 7 insertions(+), 4 deletions(-)
>
> diff --git a/libavcodec/h264_cavlc.c b/libavcodec/h264_cavlc.c
> index a5b6403..99736be 100644
> --- a/libavcodec/h264_cavlc.c
> +++ b/libavcodec/h264_cavlc.c
> @@ -236,6 +236,8 @@ static const uint8_t run_bits[7][16]={
>      {7,6,5,4,3,2,1,1,1,1,1,1,1,1,1},
>  };
>
> +const uint16_t ff_h264_mb_sizes[4] = { 256, 384, 512, 768 };

Why this file?

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to