summaryrefslogtreecommitdiff
path: root/libavcodec/aac.h
diff options
context:
space:
mode:
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;