summaryrefslogtreecommitdiffstats
path: root/audio/audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audio.h')
-rw-r--r--audio/audio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/audio.h b/audio/audio.h
index 63c37ac03c..0b092867ca 100644
--- a/audio/audio.h
+++ b/audio/audio.h
@@ -68,6 +68,8 @@ void mp_audio_copy(struct mp_audio *dst, int dst_offset,
struct mp_audio *src, int src_offset, int length);
void mp_audio_skip_samples(struct mp_audio *data, int samples);
+int mp_audio_make_writeable(struct mp_audio *data);
+
struct AVFrame;
struct mp_audio *mp_audio_from_avframe(struct AVFrame *avframe);