From 93b63b1a6747651035210d4cf8bf3006c4a156f4 Mon Sep 17 00:00:00 2001 From: Robert Swain Date: Fri, 29 Aug 2008 20:19:23 +0000 Subject: [PATCH] Fix typo in element type Originally committed as revision 15037 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/aac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/aac.c b/libavcodec/aac.c index 016294b..a75a7ce 100644 --- a/libavcodec/aac.c +++ b/libavcodec/aac.c @@ -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: -- 2.7.4