summaryrefslogtreecommitdiffstats
path: root/audio/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/format.h')
-rw-r--r--audio/format.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/format.h b/audio/format.h
index ace19da5e5..6d6485ff68 100644
--- a/audio/format.h
+++ b/audio/format.h
@@ -26,7 +26,6 @@ enum af_format {
AF_FORMAT_U8,
AF_FORMAT_S16,
- AF_FORMAT_S24,
AF_FORMAT_S32,
AF_FORMAT_FLOAT,
AF_FORMAT_DOUBLE,
@@ -53,7 +52,6 @@ enum af_format {
const char *af_fmt_to_str(int format);
int af_fmt_to_bytes(int format);
-int af_fmt_change_bytes(int format, int bytes);
bool af_fmt_is_valid(int format);
bool af_fmt_is_unsigned(int format);