diff options
| author | rimio <vasi.vilvoiu@gmail.com> | 2019-02-16 01:38:15 +0200 |
|---|---|---|
| committer | rimio <vasi.vilvoiu@gmail.com> | 2019-02-16 01:38:15 +0200 |
| commit | 7f387fe2a1b9758defeb82bcba58b4c9554a8a7f (patch) | |
| tree | 36ae77f3aa36320ac362eaeabde76d2576c5e7f1 /src/sstv.h | |
| parent | d7972c361d6fbad81a9a7c4dbe180515dfca7f02 (diff) | |
Robot color modes
Diffstat (limited to 'src/sstv.h')
| -rw-r--r-- | src/sstv.h | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -55,6 +55,22 @@ typedef struct { struct { sstv_timing_desc_t time; + sstv_freq_desc_t freq; + } porch2; + + struct { + sstv_timing_desc_t time; + sstv_freq_desc_t freq; + } separator; + + struct { + sstv_timing_desc_t time; + sstv_freq_desc_t freq; + } separator2; + + struct { + sstv_timing_desc_t time; + sstv_timing_desc_t time2; sstv_freq_desc_t low_freq; sstv_freq_desc_t bandwidth; |
