"Ronald S. Bultje" <[email protected]> writes: > +# define SKIP_COUNTER(name, gb, num) name##_index = \ > + (gb)->size_in_bits_plus1 - name##_index < (num) ? \ > + (gb)->size_in_bits_plus1 : name##_index + (num)
BTW, does index += FFMIN(num, size_in_bits_plus1 - index) generate worse code, or did you just not like the look of it? -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
