From c9171a830b99b83317019d50f711637b7b2ff1d5 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 2 Jun 2007 11:20:24 +0000 Subject: Rename faac_encoder to libfaac_encoder for consistency and to be able to more easily add a possible future native encoder. Originally committed as revision 9171 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/faac.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/faac.c') diff --git a/libavcodec/faac.c b/libavcodec/faac.c index ae1db1f39a..a782381e32 100644 --- a/libavcodec/faac.c +++ b/libavcodec/faac.c @@ -143,8 +143,8 @@ static int Faac_encode_close(AVCodecContext *avctx) return 0; } -AVCodec faac_encoder = { - "aac", +AVCodec libfaac_encoder = { + "libfaac", CODEC_TYPE_AUDIO, CODEC_ID_AAC, sizeof(FaacAudioContext), -- cgit v1.2.3