mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
Remove useless definition.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25022 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0c39a1c3e0
commit
f0ae640bf0
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user