[FFmpeg-cvslog] r17179 - trunk/libavcodec/aac.c
superdump
subversion
Thu Feb 12 14:22:41 CET 2009
Author: superdump
Date: Thu Feb 12 14:22:41 2009
New Revision: 17179
Log:
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 )
Modified:
trunk/libavcodec/aac.c
Modified: trunk/libavcodec/aac.c
==============================================================================
--- trunk/libavcodec/aac.c Thu Feb 12 10:15:36 2009 (r17178)
+++ trunk/libavcodec/aac.c Thu Feb 12 14:22:41 2009 (r17179)
@@ -1577,8 +1577,6 @@ static int aac_decode_frame(AVCodecConte
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) {
More information about the ffmpeg-cvslog
mailing list