diff options
author | Alex Converse <alex.converse@gmail.com> | 2010-06-05 15:22:19 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2010-06-05 15:22:19 +0000 |
commit | dd8871a63b675b2f43879bd348eba0d4fd1b4078 (patch) | |
tree | 8a777c18d482772054aac18c3359710c2d7f4bbf /libavcodec/aac.h | |
parent | 4cd5100caf01a2d647e4edd4120ffa9d4ecaf265 (diff) | |
download | ffmpeg-dd8871a63b675b2f43879bd348eba0d4fd1b4078.tar.gz |
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.h | 2 |
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; |