On Wed, Sep 07, 2011 at 10:08:37PM +0200, Laurent Aimar wrote: > See patch.
Last two chunks (zeroing samples_left when end of data is reported) is fine, first chunks are a bit suspicious since they hit corner cases. For example, what happens if block ends with a run of zeroes? Probably some get_bits_left() checks should be for strictly negative, not negative or zero. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
