From ec27d573f492f30c1111678273d56f922330fdcd Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 26 Oct 2015 15:52:08 +0100 Subject: audio: always log channel maps before determining final map Until now, this was done only in debug verbosity, while some AOs logged equivalent information in verbose mode. Clean this up. --- audio/chmap_sel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'audio/chmap_sel.h') 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 -- cgit v1.2.3