Diego Biurrun <di...@biurrun.de> writes:

> On Thu, Sep 22, 2011 at 02:42:31PM -0400, Justin Ruggles wrote:
>> ---
>>  libavcodec/dpcm.c |   40 ++++++++++++++++++++--------------------
>>  1 files changed, 20 insertions(+), 20 deletions(-)
>> 
>> --- a/libavcodec/dpcm.c
>> +++ b/libavcodec/dpcm.c
>> @@ -84,13 +84,15 @@ static const int interplay_delta_table[] = {
>>  
>> -static const int sol_table_old[16] =
>> -    { 0x0,  0x1,  0x2 , 0x3,  0x6,  0xA,  0xF, 0x15,
>> -    -0x15, -0xF, -0xA, -0x6, -0x3, -0x2, -0x1, 0x0};
>> +static const int sol_table_old[16] = {
>> +      0x0,  0x1,  0x2,  0x3,  0x6,  0xA,  0xF, 0x15,
>> +    -0x15, -0xF, -0xA, -0x6, -0x3, -0x2, -0x1,  0x0
>> +};
>
> If you are changing this anyway, you could make it line up nicely with 0x0.

It is already nicely lined up.

-- 
Måns Rullgård
m...@mansr.com
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to