On 02.07.2015 23:20, Paul B Mahol wrote:
> On 7/2/15, Andreas Cadhalpun wrote:
>> More than 32 bits can't be stored in an integer and get_bits should not
>> be used with more than 25 bits.
>>
>> Signed-off-by: Andreas Cadhalpun
>> ---
>> libavcodec/wavpack.c | 8 ++--
>> 1 file changed, 6 in
On 7/2/15, Andreas Cadhalpun wrote:
> More than 32 bits can't be stored in an integer and get_bits should not
> be used with more than 25 bits.
>
> Signed-off-by: Andreas Cadhalpun
> ---
> libavcodec/wavpack.c | 8 ++--
> 1 file changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/libav
More than 32 bits can't be stored in an integer and get_bits should not
be used with more than 25 bits.
Signed-off-by: Andreas Cadhalpun
---
libavcodec/wavpack.c | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/libavcodec/wavpack.c b/libavcodec/wavpack.c
index d91b66c.