Michael Niedermayer wrote: > On Sat, Dec 15, 2007 at 04:00:08PM +0000, Robert Swain wrote: >> skip_bits(gb, 8 * get_bits(gb, 8)); > > invalid, skip bits does not support arbitrary lengths Whats the limit? I cant seem to find any docs about it. I assume one should use skip_bits_long() instead?