From 9f4d37f450897f86a9209f6c0aa28d5a3398a218 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 12 Aug 2011 16:15:54 +0200 Subject: ac3enc: drop common fixed/float encoder User applications should by now be able to support float encoders. Signed-off-by: Michael Niedermayer --- libavcodec/ac3enc_float.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/ac3enc_float.c') diff --git a/libavcodec/ac3enc_float.c b/libavcodec/ac3enc_float.c index 8845518fe0..b1d1221667 100644 --- a/libavcodec/ac3enc_float.c +++ b/libavcodec/ac3enc_float.c @@ -120,8 +120,8 @@ static void clip_coefficients(DSPContext *dsp, float *coef, unsigned int len) #if CONFIG_AC3_ENCODER -AVCodec ff_ac3_float_encoder = { - .name = "ac3 float", +AVCodec ff_ac3_encoder = { + .name = "ac3", .type = AVMEDIA_TYPE_AUDIO, .id = CODEC_ID_AC3, .priv_data_size = sizeof(AC3EncodeContext), -- cgit v1.2.1