mirror of
https://github.com/mpv-player/mpv
synced 2025-04-10 19:51:43 +00:00
ao: remove some leftovers
This commit is contained in:
parent
1e649f353b
commit
cb54c2dda8
@ -32,10 +32,6 @@
|
|||||||
#include "mpvcore/mp_msg.h"
|
#include "mpvcore/mp_msg.h"
|
||||||
#include "mpvcore/mpv_global.h"
|
#include "mpvcore/mpv_global.h"
|
||||||
|
|
||||||
// there are some globals:
|
|
||||||
struct ao *global_ao;
|
|
||||||
char *ao_subdevice = NULL;
|
|
||||||
|
|
||||||
extern const struct ao_driver audio_out_oss;
|
extern const struct ao_driver audio_out_oss;
|
||||||
extern const struct ao_driver audio_out_coreaudio;
|
extern const struct ao_driver audio_out_coreaudio;
|
||||||
extern const struct ao_driver audio_out_rsound;
|
extern const struct ao_driver audio_out_rsound;
|
||||||
@ -47,7 +43,6 @@ extern const struct ao_driver audio_out_alsa;
|
|||||||
extern const struct ao_driver audio_out_dsound;
|
extern const struct ao_driver audio_out_dsound;
|
||||||
extern const struct ao_driver audio_out_wasapi;
|
extern const struct ao_driver audio_out_wasapi;
|
||||||
extern const struct ao_driver audio_out_pcm;
|
extern const struct ao_driver audio_out_pcm;
|
||||||
extern const struct ao_driver audio_out_pss;
|
|
||||||
extern const struct ao_driver audio_out_lavc;
|
extern const struct ao_driver audio_out_lavc;
|
||||||
extern const struct ao_driver audio_out_portaudio;
|
extern const struct ao_driver audio_out_portaudio;
|
||||||
extern const struct ao_driver audio_out_sdl;
|
extern const struct ao_driver audio_out_sdl;
|
||||||
|
@ -96,8 +96,6 @@ struct ao {
|
|||||||
struct mp_log *log; // Using e.g. "[ao/coreaudio]" as prefix
|
struct mp_log *log; // Using e.g. "[ao/coreaudio]" as prefix
|
||||||
};
|
};
|
||||||
|
|
||||||
extern char *ao_subdevice;
|
|
||||||
|
|
||||||
struct mpv_global;
|
struct mpv_global;
|
||||||
struct ao *ao_init_best(struct mpv_global *global,
|
struct ao *ao_init_best(struct mpv_global *global,
|
||||||
struct input_ctx *input_ctx,
|
struct input_ctx *input_ctx,
|
||||||
|
Loading…
Reference in New Issue
Block a user