diff options
author | wm4 <wm4@nowhere> | 2015-01-14 22:15:00 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-01-14 22:15:00 +0100 |
commit | 7b8862760dd189999dd4bde53a0706cf0923c111 (patch) | |
tree | 7bf2eb96a2f60dded0722db980f8e17ffb46aab4 /audio | |
parent | c8ecb662697cd3b023f9a71c9b38dea7fbd64525 (diff) |
audio: add missing declaration
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/audio.h b/audio/audio.h index 39ceb00705..cbcd87cc46 100644 --- a/audio/audio.h +++ b/audio/audio.h @@ -75,6 +75,7 @@ int mp_audio_make_writeable(struct mp_audio *data); struct AVFrame; struct mp_audio *mp_audio_from_avframe(struct AVFrame *avframe); +struct mp_audio_pool; struct mp_audio_pool *mp_audio_pool_create(void *ta_parent); struct mp_audio *mp_audio_pool_get(struct mp_audio_pool *pool, const struct mp_audio *fmt, int samples); |