comparison 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
comparison
equal deleted inserted replaced
5091:160536e80ee6 5092:fd173be649b7
322 faac_decode_end, \ 322 faac_decode_end, \
323 faac_decode_frame, \ 323 faac_decode_frame, \
324 } 324 }
325 325
326 // FIXME - raw AAC files - maybe just one entry will be enough 326 // FIXME - raw AAC files - maybe just one entry will be enough
327 AAC_CODEC(CODEC_ID_AAC, aac); 327 AAC_CODEC(CODEC_ID_AAC, libfaad);
328 #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0) 328 #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
329 // If it's mp4 file - usually embeded into Qt Mov 329 // If it's mp4 file - usually embeded into Qt Mov
330 AAC_CODEC(CODEC_ID_MPEG4AAC, mpeg4aac); 330 AAC_CODEC(CODEC_ID_MPEG4AAC, mpeg4aac);
331 #endif 331 #endif
332 332