Mercurial > mplayer.hg
changeset 24994:9abc133d9364
Remove useless definition.
author | ulion |
---|---|
date | Sun, 11 Nov 2007 13:09:09 +0000 |
parents | 9c8e2a9b1c7a |
children | e52b23ec0bba |
files | libao2/ao_macosx.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libao2/ao_macosx.c Sun Nov 11 09:47:56 2007 +0000 +++ b/libao2/ao_macosx.c Sun Nov 11 13:09:09 2007 +0000 @@ -68,10 +68,6 @@ /* 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. */