From dd8871a63b675b2f43879bd348eba0d4fd1b4078 Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Sat, 5 Jun 2010 15:22:19 +0000 Subject: aacdec: Rename avccontext to avctx. Originally committed as revision 23488 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/aac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/aac.h') diff --git a/libavcodec/aac.h b/libavcodec/aac.h index 3f3f783dd5..ff0e8cb2a7 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -241,7 +241,7 @@ typedef struct { * main AAC context */ typedef struct { - AVCodecContext * avccontext; + AVCodecContext * avctx; MPEG4AudioConfig m4ac; -- cgit v1.2.3