Commit 3bf70cda authored by alexc's avatar alexc

aacdec: Rename avccontext to avctx.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23488 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4ad5120f
This diff is collapsed.
...@@ -241,7 +241,7 @@ typedef struct { ...@@ -241,7 +241,7 @@ typedef struct {
* main AAC context * main AAC context
*/ */
typedef struct { typedef struct {
AVCodecContext * avccontext; AVCodecContext * avctx;
MPEG4AudioConfig m4ac; MPEG4AudioConfig m4ac;
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment