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>
This commit is contained in:
@@ -234,7 +234,8 @@ void avcodec_register_all(void)
|
||||
REGISTER_ENCDEC (AAC, aac);
|
||||
REGISTER_DECODER (AAC_LATM, aac_latm);
|
||||
REGISTER_ENCDEC (AC3, ac3);
|
||||
REGISTER_ENCODER (AC3_FIXED, ac3_fixed);
|
||||
REGISTER_ENCODER (AC3_FIXED, ac3_fixed); //deprecated, just for libav compatibility
|
||||
// REGISTER_ENCODER (AC3_FLOAT, ac3_float); dont remove dont outcomment, for configure
|
||||
REGISTER_ENCDEC (ALAC, alac);
|
||||
REGISTER_DECODER (ALS, als);
|
||||
REGISTER_DECODER (AMRNB, amrnb);
|
||||
|
Reference in New Issue
Block a user