diff options
author | ulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-11-11 13:09:09 +0000 |
---|---|---|
committer | ulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-11-11 13:09:09 +0000 |
commit | f0ae640bf0a84e96798cf9f0550ce852e47d8e1d (patch) | |
tree | 64b107594f3f24573027f4fce310c67973602d61 /libao2 | |
parent | 0c39a1c3e0c643479010e28c21eac39c47cb346a (diff) |
Remove useless definition.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25022 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2')
-rw-r--r-- | libao2/ao_macosx.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libao2/ao_macosx.c b/libao2/ao_macosx.c index d66f168288..6c9aedb838 100644 --- a/libao2/ao_macosx.c +++ b/libao2/ao_macosx.c @@ -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. */ |