aboutsummaryrefslogtreecommitdiffstats
path: root/include/gapk/formats.h
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-11-11 22:58:20 +0100
committerSylvain Munaut <tnt@246tNt.com>2010-11-11 22:58:20 +0100
commit456758c80826bc9f95f9418392fdaed35a81bd04 (patch)
treeac81a8f276d6b723016e2214f82bbf1c9b0d52ca /include/gapk/formats.h
parent9843418a3375ee93197cf9647397aa3e05cd21b8 (diff)
format: Add support for Raw PCM Signed 16 bits Little Endian
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'include/gapk/formats.h')
-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,
};