1 /* Include file for mplayer specific defines and includes */
9 /* Set the initialization type from mplayers cpudetect */
12 #define AF_INIT_TYPE \
13 ((gCpuCaps.has3DNow || gCpuCaps.hasSSE)?AF_INIT_FAST:AF_INIT_SLOW)
19 #define af_msg(lev, args... ) \
20 mp_msg(MSGT_AFILTER,(((lev)<0)?((lev)+3):(((lev)==0)?MSGL_INFO:((lev)+5))), ##args )
22 #endif /* __af_mp_h__ */