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. Carl Eugen _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel