aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gapk/formats.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gapk/formats.h b/include/gapk/formats.h
index 89cb8d7..d95dabc 100644
--- a/include/gapk/formats.h
+++ b/include/gapk/formats.h
@@ -40,6 +40,9 @@ enum format_type {
FMT_RACAL_FR,
FMT_RACAL_EFR,
+ /* Raw PCM */
+ FMT_RAWPCM_S16LE,
+
_FMT_MAX,
};