Commit 0a53b8c3 authored by superdump's avatar superdump

Fix typo in element type


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15037 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2460865a
...@@ -1366,7 +1366,7 @@ static int aac_decode_frame(AVCodecContext * avccontext, void * data, int * data ...@@ -1366,7 +1366,7 @@ static int aac_decode_frame(AVCodecContext * avccontext, void * data, int * data
break; break;
case TYPE_CCE: case TYPE_CCE:
err = decode_cce(ac, &gb, ac->che[TYPE_SCE][elem_id]); err = decode_cce(ac, &gb, ac->che[TYPE_CCE][elem_id]);
break; break;
case TYPE_LFE: case TYPE_LFE:
......
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