On Thu, Feb 09, 2017 at 05:41:21PM +0100, Diego Biurrun wrote:
> --- a/libavcodec/bitstream.h
> +++ b/libavcodec/bitstream.h
> @@ -384,4 +384,32 @@ static inline int bitstream_apply_sign(BitstreamContext
> *bc, int val)
>
> +static inline void bitstream_unget(BitstreamContext *bc, uint64_t value, int
> size)
> +{
> + int cache_size = sizeof(bc->bits) * 8;
I guess the size variables should have size_t type ;-p
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel