On Tue, Mar 22, 2016 at 2:03 PM, Diego Biurrun <di...@biurrun.de> wrote:
> On Sat, Mar 19, 2016 at 05:42:45PM -0400, Vittorio Giovara wrote:
>> --- a/libavcodec/intrax8.c
>> +++ b/libavcodec/intrax8.c
>> @@ -827,7 +828,7 @@ int ff_intrax8_decode_picture(IntraX8Context *const w, 
>> int dquant,
>>                  /* emulate MB info in the relevant tables */
>>                  s->mbskip_table[mb_xy]                 = 0;
>>                  s->mbintra_table[mb_xy]                = 1;
>> -                s->current_picture.qscale_table[mb_xy] = w->quant;
>> +                pict->qscale_table[mb_xy] = w->quant;
>
> I'd maintain alignment here.

the above lines are removed in a later commit
-- 
Vittorio
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to