summaryrefslogtreecommitdiff
path: root/libavcodec/faac.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-06-02 11:20:24 +0000
committerDiego Biurrun <diego@biurrun.de>2007-06-02 11:20:24 +0000
commitc9171a830b99b83317019d50f711637b7b2ff1d5 (patch)
tree198933a9eb1f4d634d4f3b208c43abc7018b7f94 /libavcodec/faac.c
parente5e587afbe165a30d809b45e533c27198670bdb3 (diff)
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
Diffstat (limited to 'libavcodec/faac.c')
-rw-r--r--libavcodec/faac.c4
1 files changed, 2 insertions, 2 deletions
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),