summaryrefslogtreecommitdiff
path: root/libavcodec/faad.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-06-02 11:44:44 +0000
committerDiego Biurrun <diego@biurrun.de>2007-06-02 11:44:44 +0000
commit69ddbd1dada13612582aac97ffe2a3222952d011 (patch)
tree9b32c27e7b74492500f7337c5bfccbe9c744a45d /libavcodec/faad.c
parentc9171a830b99b83317019d50f711637b7b2ff1d5 (diff)
Rename aac_decoder to libfaad_decoder for consistency and to be able to
more easily add a possible future native decoder. Originally committed as revision 9172 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/faad.c')
-rw-r--r--libavcodec/faad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/faad.c b/libavcodec/faad.c
index 672a975eeb..8c265e397b 100644
--- a/libavcodec/faad.c
+++ b/libavcodec/faad.c
@@ -324,7 +324,7 @@ AVCodec name ## _decoder = { \
}
// FIXME - raw AAC files - maybe just one entry will be enough
-AAC_CODEC(CODEC_ID_AAC, aac);
+AAC_CODEC(CODEC_ID_AAC, libfaad);
#if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
// If it's mp4 file - usually embeded into Qt Mov
AAC_CODEC(CODEC_ID_MPEG4AAC, mpeg4aac);