summaryrefslogtreecommitdiff
path: root/libavcodec/aac.c
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2009-02-12 13:22:41 +0000
committerRobert Swain <robert.swain@gmail.com>2009-02-12 13:22:41 +0000
commitff587009ae60f6cf76d70879986125696490f99c (patch)
treeb3f32942595c761a6477073135a9477fb8619841 /libavcodec/aac.c
parent6a460c36b65d783e7f1e15001c21a63c2890021e (diff)
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
Diffstat (limited to 'libavcodec/aac.c')
-rw-r--r--libavcodec/aac.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/aac.c b/libavcodec/aac.c
index 7275430a8d..4273e796be 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) {