Add a window field to AC3MDCTContext and use it as an input to apply_window()
authorJustin Ruggles <justin.ruggles@gmail.com>
Thu, 30 Dec 2010 22:13:37 +0000 (22:13 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Thu, 30 Dec 2010 22:13:37 +0000 (22:13 +0000)
commit34d5074e6d1c2a5b3c611aaecd978f5746411a1c
tree1ad3103d6301101236fac636cf9c0bbeb821485e
parentb5293036b99d5aad44cd99cec54d3dde40ae4144
Add a window field to AC3MDCTContext and use it as an input to apply_window()
instead of using the ff_ac3_window[] table directly.

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