summaryrefslogtreecommitdiffstats
path: root/audio/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/format.h')
-rw-r--r--audio/format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/format.h b/audio/format.h
index 6fcf923624..6821f27ab6 100644
--- a/audio/format.h
+++ b/audio/format.h
@@ -151,6 +151,7 @@ extern const struct af_fmt_entry af_fmtstr_table[];
int af_str2fmt_short(bstr str);
const char *af_fmt_to_str(int format);
+int af_fmt2bps(int format);
int af_fmt2bits(int format);
int af_fmt_change_bits(int format, int bits);