Remove avctx from AC3MDCTContext and just pass it to mdct_init() instead.
authorJustin Ruggles <justin.ruggles@gmail.com>
Thu, 30 Dec 2010 22:13:30 +0000 (22:13 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Thu, 30 Dec 2010 22:13:30 +0000 (22:13 +0000)
commit14166a6d6cad8759642ef50a21b4e259d40fee95
tree18de0f56708e9c047583f6e0c0f95081ced91148
parente0698e4bbd3b7e444f0f4347cd9fbf6b5b400fc0
Remove avctx from AC3MDCTContext and just pass it to mdct_init() instead.

Originally committed as revision 26170 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ac3enc.c