On 03/01/16 01:36, Andreas Cadhalpun wrote:
-/* handle n = 0 too */
-static inline int get_bitsz(GetBitContext *s, int n)
-{
-    return n ? get_bits(s, n) : 0;
-}
-
-

If you want to go the extra mile you might move this hunk in the first patch, beside that seems fine.

lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to