diff faad.c @ 5092:fd173be649b7 libavcodec

Rename aac_decoder to libfaad_decoder for consistency and to be able to more easily add a possible future native decoder.
author diego
date Sat, 02 Jun 2007 11:44:44 +0000
parents b3ee9a1526b0
children
line wrap: on
line diff
--- a/faad.c	Sat Jun 02 11:20:24 2007 +0000
+++ b/faad.c	Sat Jun 02 11:44:44 2007 +0000
@@ -324,7 +324,7 @@
 }
 
 // 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);