From 45753482e99ec37d9cab0d898f7b75d64f658a3c Mon Sep 17 00:00:00 2001 From: rimio Date: Wed, 9 Jan 2019 00:08:57 +0200 Subject: VIS code --- src/libsstv.template.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libsstv.template.h') diff --git a/src/libsstv.template.h b/src/libsstv.template.h index ec120ef..76c50ee 100644 --- a/src/libsstv.template.h +++ b/src/libsstv.template.h @@ -102,6 +102,7 @@ typedef struct { * Signal sample type */ typedef enum { + SSTV_SAMPLE_UINT8, SSTV_SAMPLE_INT8, SSTV_SAMPLE_INT16 } sstv_sample_type_t; -- cgit v1.2.3