Commit 93b63b1a authored by Robert Swain's avatar Robert Swain

Fix typo in element type

Originally committed as revision 15037 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f4fae46e
......@@ -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:
......
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