Commit e28f0af4 authored by superdump's avatar superdump

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 )


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17179 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 856cb9c5
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment