Re: [FFmpeg-devel] [PATCH 1/4] ac3_fixed: fix out-of-bound read

2015-03-14 Thread Michael Niedermayer
On Sat, Mar 14, 2015 at 11:48:57AM +, Christophe Gisquet wrote: > Should also improve decoding, but actually doesn't... > --- > libavcodec/ac3dec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC78

[FFmpeg-devel] [PATCH 1/4] ac3_fixed: fix out-of-bound read

2015-03-14 Thread Christophe Gisquet
Should also improve decoding, but actually doesn't... --- libavcodec/ac3dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/ac3dec.c b/libavcodec/ac3dec.c index 2f78d73..ce45186 100644 --- a/libavcodec/ac3dec.c +++ b/libavcodec/ac3dec.c @@ -872,7 +872,7 @@ static i