summaryrefslogtreecommitdiff
path: root/libavcodec/aac.h
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2010-06-05 15:22:19 +0000
committerAlex Converse <alex.converse@gmail.com>2010-06-05 15:22:19 +0000
commitdd8871a63b675b2f43879bd348eba0d4fd1b4078 (patch)
tree8a777c18d482772054aac18c3359710c2d7f4bbf /libavcodec/aac.h
parent4cd5100caf01a2d647e4edd4120ffa9d4ecaf265 (diff)
aacdec: Rename avccontext to avctx.
Originally committed as revision 23488 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aac.h')
-rw-r--r--libavcodec/aac.h2
1 files changed, 1 insertions, 1 deletions
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;