aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gapk/formats.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gapk/formats.h b/include/gapk/formats.h
index 19d60b8..4be519b 100644
--- a/include/gapk/formats.h
+++ b/include/gapk/formats.h
@@ -28,6 +28,10 @@ enum format_type {
/* Classic .gsm file for FR */
FMT_GSM,
+ /* 3GPP Reference HR vocodec files */
+ FMT_HR_REF_DEC,
+ FMT_HR_REF_ENC,
+
_FMT_MAX,
};