From 2a8e60cd761d1f3728c765d646135b2110eea576 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 9 Apr 2017 11:44:27 +0200 Subject: Add FIG0/21 work in progress --- src/fig/FIG0structs.h | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'src/fig/FIG0structs.h') diff --git a/src/fig/FIG0structs.h b/src/fig/FIG0structs.h index 3b9bfbf..f06cc0e 100644 --- a/src/fig/FIG0structs.h +++ b/src/fig/FIG0structs.h @@ -3,7 +3,7 @@ 2011, 2012 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2016 + Copyright (C) 2017 Matthias P. Braendli, matthias.braendli@mpb.li */ /* @@ -357,6 +357,7 @@ struct FIG0_13_app { uint16_t xpad; } PACKED; + #define FIG0_13_APPTYPE_SLIDESHOW 0x2 #define FIG0_13_APPTYPE_WEBSITE 0x3 #define FIG0_13_APPTYPE_TPEG 0x4 @@ -367,6 +368,18 @@ struct FIG0_13_app { #define FIG0_13_APPTYPE_JOURNALINE 0x441 +struct FIGtype0_21_header { + uint16_t rfa:11; + uint16_t length_fi:5; +} PACKED; + +struct FIGtype0_21_fi_list_header { + uint16_t id; + uint8_t range_modulation:4; + uint8_t continuity:1; + uint8_t length_freq_list:3; +} PACKED; + #ifdef _WIN32 # pragma pack(pop) #endif -- cgit v1.2.3