On Mon, Jul 18, 2016 at 07:50:37PM +0200, Luca Barbato wrote:
> ---
> libavcodec/ac3dec.c | 28 +++++++++++++++-------------
> libavcodec/bitstream.h | 4 +---
> 2 files changed, 16 insertions(+), 16 deletions(-)
s/on/in/
> --- a/libavcodec/bitstream.h
> +++ b/libavcodec/bitstream.h
> @@ -71,11 +71,9 @@ static inline void refill_32(BitstreamContext *bc)
>
> -/* Make sure that the cache contains at least n bits */
> +/* Make sure that the cache contains at least n bits, n has to be in the
> 0-32 range */
> static inline void bitstream_prefetch(BitstreamContext *bc, unsigned n)
> {
> - refill_32(bc);
> -
> if (bc->bits_left < n)
> refill_32(bc);
> }
This belongs in the previous patch.
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel