Hi, On Thu, Mar 1, 2012 at 1:27 PM, Alex Converse <[email protected]> wrote: > + if (ret != SLICE_ERROR) { > + int v = show_bits(&s->gb, 16); > + > + if (get_bits_count(&s->gb) + 16 > active_bits_size) > + v>>= get_bits_count(&s->gb) + 16 - active_bits_size; > + > + if (!v) { > + ret = SLICE_END; > + } > + }
What does that do? Could perhaps use a comment for unsuspecting reader. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
