changeset 8811:464c36527303 libavcodec

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 )
author superdump
date Thu, 12 Feb 2009 13:22:41 +0000
parents 367e4d405cd9
children 541889e539b8
files aac.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/aac.c	Thu Feb 12 01:27:56 2009 +0000
+++ b/aac.c	Thu Feb 12 13:22:41 2009 +0000
@@ -1577,8 +1577,6 @@
         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) {