summaryrefslogtreecommitdiffstats
path: root/libaf/af_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'libaf/af_format.h')
-rw-r--r--libaf/af_format.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libaf/af_format.h b/libaf/af_format.h
index 77ad43f676..931a9b88ee 100644
--- a/libaf/af_format.h
+++ b/libaf/af_format.h
@@ -30,3 +30,6 @@
#define AF_FORMAT_AC3 (4<<3) // Dolby Digital AC3
#define AF_FORMAT_IMA_ADPCM AF_FORMAT_LE|AF_FORMAT_SI // Same as 16 bit signed int
#define AF_FORMAT_SPECIAL_MASK (7<<3)
+
+extern char* fmt2str(int format, char* str, size_t size);
+