summaryrefslogtreecommitdiffstats
path: root/audio/audio.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-05-09 12:09:23 +0200
committerwm4 <wm4@nowhere>2013-05-12 21:24:56 +0200
commitd9582ad0a41ed5452ad29bf8511e8c6a3bdbe6f8 (patch)
tree670739580ec0dea28a48a6d345e01bd168a2870c /audio/audio.h
parentce2515ddb85669b1607989f69d7ec9eb89b42819 (diff)
downloadmpv-d9582ad0a41ed5452ad29bf8511e8c6a3bdbe6f8.tar.bz2
mpv-d9582ad0a41ed5452ad29bf8511e8c6a3bdbe6f8.tar.xz
audio/filters: add af_force
Its main purpose is for testing in case channel layout stuff breaks, in particular in connection with old audio filters.
Diffstat (limited to 'audio/audio.h')
-rw-r--r--audio/audio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/audio.h b/audio/audio.h
index 6e0a1cb4b1..de35e697c8 100644
--- a/audio/audio.h
+++ b/audio/audio.h
@@ -38,6 +38,7 @@ void mp_audio_set_num_channels(struct mp_audio *mpa, int num_channels);
void mp_audio_set_channels_old(struct mp_audio *mpa, int num_channels);
void mp_audio_set_channels(struct mp_audio *mpa, const struct mp_chmap *chmap);
void mp_audio_copy_config(struct mp_audio *dst, const struct mp_audio *src);
+bool mp_audio_config_equals(const struct mp_audio *a, const struct mp_audio *b);
char *mp_audio_fmt_to_str(int srate, const struct mp_chmap *chmap, int format);
char *mp_audio_config_to_str(struct mp_audio *mpa);