OSDN Git Service

ac3enc: merge AC3MDCTContext with AC3EncodeContext.
authorJustin Ruggles <justin.ruggles@gmail.com>
Wed, 13 Jul 2011 19:12:11 +0000 (15:12 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Wed, 13 Jul 2011 20:55:28 +0000 (16:55 -0400)
commitb5849f77095439e994b11c25e6063d443b36c228
tree9728b5e7cda89d104e65ff8fed68155697a6c845
parent82cea7cb6c38e251f88fbf090cd5361f5d0a49de
ac3enc: merge AC3MDCTContext with AC3EncodeContext.

Since both the fixed-point and floating-point encoders use the FFTContext,
this no longer needs to be in a separate context. Also, when a short-transform
context is added, the same MDCT window will be used.
libavcodec/ac3enc.c
libavcodec/ac3enc.h
libavcodec/ac3enc_fixed.c
libavcodec/ac3enc_float.c
libavcodec/ac3enc_template.c