-
- Downloads
Correctly implement ac3 float/fixed encoder.
There is no need to have 2 encoders, the input sample format can,does and should choose which is used
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
Showing
- libavcodec/Makefile 2 additions, 1 deletionlibavcodec/Makefile
- libavcodec/ac3.h 39 additions, 0 deletionslibavcodec/ac3.h
- libavcodec/ac3enc.c 8 additions, 34 deletionslibavcodec/ac3enc.c
- libavcodec/ac3enc_combined.c 90 additions, 0 deletionslibavcodec/ac3enc_combined.c
- libavcodec/ac3enc_fixed.c 1 addition, 1 deletionlibavcodec/ac3enc_fixed.c
- libavcodec/ac3enc_float.c 3 additions, 3 deletionslibavcodec/ac3enc_float.c
- libavcodec/allcodecs.c 2 additions, 1 deletionlibavcodec/allcodecs.c
Loading
Please register or sign in to comment