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.
Showing
- libavcodec/ac3enc.c 2 additions, 4 deletionslibavcodec/ac3enc.c
- libavcodec/ac3enc.h 8 additions, 14 deletionslibavcodec/ac3enc.h
- libavcodec/ac3enc_fixed.c 5 additions, 6 deletionslibavcodec/ac3enc_fixed.c
- libavcodec/ac3enc_float.c 8 additions, 9 deletionslibavcodec/ac3enc_float.c
- libavcodec/ac3enc_template.c 3 additions, 3 deletionslibavcodec/ac3enc_template.c
Loading
Please register or sign in to comment