mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
Fix typo in element type
Originally committed as revision 15037 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user