Commit dd8871a6 authored by Alex Converse's avatar Alex Converse

aacdec: Rename avccontext to avctx.

Originally committed as revision 23488 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4cd5100c
This diff is collapsed.
......@@ -241,7 +241,7 @@ typedef struct {
* main AAC context
*/
typedef struct {
AVCodecContext * avccontext;
AVCodecContext * avctx;
MPEG4AudioConfig m4ac;
......
This diff is collapsed.
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