2019-01-03 0:51 GMT+01:00, Rostislav Pehlivanov <[email protected]>:
> On Wed, 2 Jan 2019 at 19:02, Paul B Mahol <[email protected]> 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.
Carl Eugen
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel