summaryrefslogtreecommitdiffstats
path: root/audio/chmap_sel.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/chmap_sel.h')
-rw-r--r--audio/chmap_sel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/chmap_sel.h b/audio/chmap_sel.h
index ae80fa5bc3..786f06f239 100644
--- a/audio/chmap_sel.h
+++ b/audio/chmap_sel.h
@@ -45,4 +45,7 @@ bool mp_chmap_sel_fallback(const struct mp_chmap_sel *s, struct mp_chmap *map);
bool mp_chmap_sel_get_def(const struct mp_chmap_sel *s, struct mp_chmap *map,
int num);
+struct mp_log;
+void mp_chmal_sel_log(const struct mp_chmap_sel *s, struct mp_log *log, int lev);
+
#endif