summaryrefslogtreecommitdiff
path: root/include/user/audiodec.h
diff options
context:
space:
mode:
authorGrapheneCt2020-11-21 14:13:04 -0500
committerReiko Asakura2020-11-21 14:13:04 -0500
commite06f2583aa165c79a322e015fd6a94e1255b0018 (patch)
tree70e22071c3f877d5ce159d12555ce13858ccb050 /include/user/audiodec.h
parentRemove dupe: power.h (diff)
downloadvds-libraries-e06f2583aa165c79a322e015fd6a94e1255b0018.tar.gz
Add type SILK for audiodec and audioenc
Diffstat (limited to 'include/user/audiodec.h')
-rw-r--r--include/user/audiodec.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/user/audiodec.h b/include/user/audiodec.h
new file mode 100644
index 0000000..9bc7e5e
--- /dev/null
+++ b/include/user/audiodec.h
@@ -0,0 +1,9 @@
+#ifndef _DOLCESDK_PSP2_AUDIODEC_H_
+#define _DOLCESDK_PSP2_AUDIODEC_H_
+
+#include_next <audiodec.h>
+
+/* Audio decoder type */
+#define SCE_AUDIODEC_TYPE_SILK (0x1007U)
+
+#endif /* _DOLCESDK_PSP2_AUDIODEC_H_ */