[FFmpeg-devel] [PATCH] Fix data_size handling for AC3 and dca decoders.
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Sun May 1 19:16:13 CEST 2011
On Sun, May 01, 2011 at 04:43:31AM +0200, Michael Niedermayer wrote:
> On Sat, Apr 30, 2011 at 11:23:17PM +0200, Reimar Döffinger wrote:
> > They use now code identical to the AAC decoder.
> > The AC3 decoder previously did not check the data_size and
> > the dca decoder checked against and set wrong values for float.
> > ---
> > libavcodec/ac3dec.c | 9 +++++++--
> > libavcodec/dca.c | 8 +++++---
> > 2 files changed, 12 insertions(+), 5 deletions(-)
>
> iam a bit tired but it does look correct
Pushed, it can hardly be worse I think.
More information about the ffmpeg-devel
mailing list