aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-10-29 11:46:05 +0200
committerSylvain Munaut <tnt@246tNt.com>2010-11-11 20:26:41 +0100
commit6c96cc28b3fdb1b4bf37cfd51cf1e1199affee4e (patch)
tree1a75772c858f959653094afd92b5177194553b91 /include
parentf905983b059c28bb60aa9e6656e26ff1fb5079c5 (diff)
format: Add support for the file read/written by the Racal 6103E ms test set
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'include')
-rw-r--r--include/gapk/formats.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/gapk/formats.h b/include/gapk/formats.h
index 4be519b..abaca6d 100644
--- a/include/gapk/formats.h
+++ b/include/gapk/formats.h
@@ -32,6 +32,11 @@ enum format_type {
FMT_HR_REF_DEC,
FMT_HR_REF_ENC,
+ /* Racal 6103E TCH recordings */
+ FMT_RACAL_HR,
+ FMT_RACAL_FR,
+ FMT_RACAL_EFR,
+
_FMT_MAX,
};