mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
Fix typo in element type
Originally committed as revision 15037 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f4fae46e67
commit
93b63b1a67
@ -1366,7 +1366,7 @@ static int aac_decode_frame(AVCodecContext * avccontext, void * data, int * data
|
||||
break;
|
||||
|
||||
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;
|
||||
|
||||
case TYPE_LFE:
|
||||
|
Loading…
Reference in New Issue
Block a user