[MPlayer-cvslog] r25022 - trunk/libao2/ao_macosx.c
ulion
subversion at mplayerhq.hu
Sun Nov 11 14:09:09 CET 2007
Author: ulion
Date: Sun Nov 11 14:09:09 2007
New Revision: 25022
Log:
Remove useless definition.
Modified:
trunk/libao2/ao_macosx.c
Modified: trunk/libao2/ao_macosx.c
==============================================================================
--- trunk/libao2/ao_macosx.c (original)
+++ trunk/libao2/ao_macosx.c Sun Nov 11 14:09:09 2007
@@ -68,10 +68,6 @@ LIBAO_EXTERN(macosx)
/* Prefix for all mp_msg() calls */
#define ao_msg(a, b, c...) mp_msg(a, b, "AO: [macosx] " c)
-/* This is large, but best (maybe it should be even larger).
- * CoreAudio supposedly has an internal latency in the order of 2ms */
-#define NUM_BUFS 32
-
typedef struct ao_macosx_s
{
AudioDeviceID i_selected_dev; /* Keeps DeviceID of the selected device. */
More information about the MPlayer-cvslog
mailing list