aboutsummaryrefslogtreecommitdiffstats
path: root/include/gapk/formats.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gapk/formats.h')
-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 4b2418a..e010713 100644
--- a/include/gapk/formats.h
+++ b/include/gapk/formats.h
@@ -48,6 +48,10 @@ enum format_type {
FMT_TI_FR,
FMT_TI_EFR,
+ /* AMR encoded data, variable length */
+ FMT_AMR_OPENCORE,
+ FMT_RTP_AMR,
+
_FMT_MAX,
};