Skip to content
Snippets Groups Projects
Commit ff587009 authored by Alex Converse's avatar Alex Converse Committed by Robert Swain
Browse files

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
parent 6a460c36
No related branches found
No related tags found
No related merge requests found
...@@ -1577,8 +1577,6 @@ static int aac_decode_frame(AVCodecContext * avccontext, void * data, int * data ...@@ -1577,8 +1577,6 @@ static int aac_decode_frame(AVCodecContext * avccontext, void * data, int * data
if(elem_type < TYPE_DSE) { if(elem_type < TYPE_DSE) {
if(!ac->che[elem_type][elem_id]) if(!ac->che[elem_type][elem_id])
return -1; return -1;
if(elem_type != TYPE_CCE)
ac->che[elem_type][elem_id]->coup.coupling_point = 4;
} }
switch (elem_type) { switch (elem_type) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment