On Mon, Feb 22, 2016 at 11:13:47AM +0100, Luca Barbato wrote:
> --- a/libavcodec/indeo2data.h
> +++ b/libavcodec/indeo2data.h
> @@ -95,47 +95,151 @@ static const uint16_t ir2_codes[IR2_CODES][2] = {
> +static const uint8_t ir2_delta_table[4][256] = {
> +    {
> +        0x80, 0x80, 0x84, 0x84, 0x7C, 0x7C, 0x7F, 0x85,
> +        0x3F, 0x94, 0xD9, 0xD9, 0x27, 0x27, 0x80, 0x80
> +    },

Please

    { 0x80, 0x80, 0x84, 0x84, 0x7C, 0x7C, 0x7F, 0x85,
     0x3F, 0x94, 0xD9, 0xD9, 0x27, 0x27, 0x80, 0x80 },

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

Reply via email to