From b4823b1e44c42e137f85202621b07d01ccde111b Mon Sep 17 00:00:00 2001 From: Stefan Pöschel Date: Sun, 26 Jul 2015 14:21:16 +0200 Subject: FIG 0/13: fixed wrongly set DG flag + removed CAOrg (as already indicated) --- src/DabMultiplexer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DabMultiplexer.h') diff --git a/src/DabMultiplexer.h b/src/DabMultiplexer.h index 44e9bdb..de05b6c 100644 --- a/src/DabMultiplexer.h +++ b/src/DabMultiplexer.h @@ -435,7 +435,7 @@ struct FIG0_13_app { typeHigh = type >> 3; typeLow = type & 0x1f; } - uint32_t xpad; + uint16_t xpad; } PACKED; #define FIG0_13_APPTYPE_SLIDESHOW 0x2 -- cgit v1.2.3