From ff587009ae60f6cf76d70879986125696490f99c Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Thu, 12 Feb 2009 13:22:41 +0000 Subject: [PATCH] Remove bogus coupling_point assignment for non-CCE as this value is not checked in this case Patch by Alex Converse ( alex converse gmail com ) Originally committed as revision 17179 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/aac.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/aac.c b/libavcodec/aac.c index 7275430a8..4273e796b 100644 --- a/libavcodec/aac.c +++ b/libavcodec/aac.c @@ -1577,8 +1577,6 @@ static int aac_decode_frame(AVCodecContext * avccontext, void * data, int * data if(elem_type < TYPE_DSE) { if(!ac->che[elem_type][elem_id]) return -1; - if(elem_type != TYPE_CCE) - ac->che[elem_type][elem_id]->coup.coupling_point = 4; } switch (elem_type) { -- 2.34.1