On Mon, Feb 22, 2016 at 11:13:47AM +0100, Luca Barbato wrote:
> And use the delta table as it should be used.
> Fix some banding artefacts.

FixES

> --- a/libavcodec/indeo2data.h
> +++ b/libavcodec/indeo2data.h
> @@ -27,56 +27,56 @@
>  static const uint16_t ir2_codes[IR2_CODES][2] = {
>  #ifdef BITSTREAM_READER_LE
> -    { 0x0000,  3 }, { 0x0004,  3 }, { 0x0006,  3 }, { 0x0001,  5 },
> -    { 0x0009,  5 }, { 0x0019,  5 }, { 0x000D,  5 }, { 0x001D,  5 },
> -    { 0x0023,  6 }, { 0x0013,  6 }, { 0x0033,  6 }, { 0x000B,  6 },
> +    {   0x00,  3 }, {   0x04,  3 }, {   0x06,  3 }, {   0x01,  5 },
> +    {   0x09,  5 }, {   0x19,  5 }, {   0x0D,  5 }, {   0x1D,  5 },
> +    {   0x23,  6 }, {   0x13,  6 }, {   0x33,  6 }, {   0x0B,  6 },

What is the point of dropping the leading zeroes?

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

Reply via email to