summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-08-31 20:23:44 +0200
committerwm4 <wm4@nowhere>2020-08-31 20:23:44 +0200
commita805a152c18e3f947c7bf9a22f4463a38fd4cb36 (patch)
tree73baef6b01d86658ecbd60292f002c45f5f45657
parent478d39c57492107ce8d5a33e80d5624db330ceab (diff)
downloadmpv-a805a152c18e3f947c7bf9a22f4463a38fd4cb36.tar.bz2
mpv-a805a152c18e3f947c7bf9a22f4463a38fd4cb36.tar.xz
ao: remove unused field
-rw-r--r--audio/out/internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/out/internal.h b/audio/out/internal.h
index 6eb7016f2d..c3ed9dca98 100644
--- a/audio/out/internal.h
+++ b/audio/out/internal.h
@@ -68,7 +68,6 @@ struct ao {
int buffer;
double def_buffer;
struct buffer_state *buffer_state;
- void *api_priv;
};
void init_buffer_pre(struct ao *ao);