summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {