diff libmpcodecs/ad.c @ 8008:35d663ad0d95

qtaudio - audio decoder using win32 quicktime 5 dlls based on code by Sascha Sommer <saschasommer@freenet.de>
author arpi
date Thu, 31 Oct 2002 23:11:34 +0000
parents 7672615cc811
children b465ba5897a3
line wrap: on
line diff
--- a/libmpcodecs/ad.c	Thu Oct 31 23:04:46 2002 +0000
+++ b/libmpcodecs/ad.c	Thu Oct 31 23:11:34 2002 +0000
@@ -36,6 +36,7 @@
 extern ad_functions_t mpcodecs_ad_libmad;
 extern ad_functions_t mpcodecs_ad_realaud;
 extern ad_functions_t mpcodecs_ad_libdv;
+extern ad_functions_t mpcodecs_ad_qtaudio;
 
 ad_functions_t* mpcodecs_ad_drivers[] =
 {
@@ -59,6 +60,7 @@
   &mpcodecs_ad_dshow,
 #endif
   &mpcodecs_ad_acm,
+  &mpcodecs_ad_qtaudio,
 #endif
 #ifdef HAVE_FAAD
   &mpcodecs_ad_faad,