mirror of https://github.com/mpv-player/mpv
ao: remove unused field
This commit is contained in:
parent
478d39c574
commit
a805a152c1
|
@ -68,7 +68,6 @@ struct ao {
|
||||||
int buffer;
|
int buffer;
|
||||||
double def_buffer;
|
double def_buffer;
|
||||||
struct buffer_state *buffer_state;
|
struct buffer_state *buffer_state;
|
||||||
void *api_priv;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
void init_buffer_pre(struct ao *ao);
|
void init_buffer_pre(struct ao *ao);
|
||||||
|
|
Loading…
Reference in New Issue