diff aac.h @ 11833:9103a9b3573a libavcodec

aacdec: Rename avccontext to avctx.
author alexc
date Sat, 05 Jun 2010 15:22:19 +0000
parents 9bdc0fe882fa
children 758c052eb8a9
line wrap: on
line diff
--- a/aac.h	Sat Jun 05 12:01:28 2010 +0000
+++ b/aac.h	Sat Jun 05 15:22:19 2010 +0000
@@ -241,7 +241,7 @@
  * main AAC context
  */
 typedef struct {
-    AVCodecContext * avccontext;
+    AVCodecContext * avctx;
 
     MPEG4AudioConfig m4ac;