On 1/6/19, Carl Eugen Hoyos <ceffm...@gmail.com> wrote:
> 2019-01-03 0:51 GMT+01:00, Rostislav Pehlivanov <atomnu...@gmail.com>:
>> On Wed, 2 Jan 2019 at 19:02, Paul B Mahol <one...@gmail.com> wrote:
>
>
>>> +        while (bits-- > 0) {
>>> +
>>> +            if (current & 0x80000000) {
>>> +                s->dict_entry = s->dict[s->dict_entry].r;
>>> +            } else {
>>> +                s->dict_entry = s->dict[s->dict_entry].l;
>>> +            }
>>
>> No need for brackets here.
>
> Fwiw, I believe these brackets are useful.
> But that may only be me debugging.
>

Locally fixed. Will apply ASAP!

This work is being sponsored by N. G. with 10 $.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to