From 7eb97a486a8a39ef3986b9c2c7c452e9ccf2693a Mon Sep 17 00:00:00 2001 From: KuntzeM Date: Mon, 11 Feb 2019 16:26:54 +0100 Subject: fixed bug DAB with protection level EEP_A 1-4 --- src/fig/FIG0_13.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fig/FIG0_13.cpp') diff --git a/src/fig/FIG0_13.cpp b/src/fig/FIG0_13.cpp index 0bb7fd7..433838e 100644 --- a/src/fig/FIG0_13.cpp +++ b/src/fig/FIG0_13.cpp @@ -90,7 +90,7 @@ FillStatus FIG0_13::fill(uint8_t *buf, size_t max_size) } if ( m_transmit_programme && - (*subchannel)->type == subchannel_type_t::Audio && + ((*subchannel)->type == subchannel_type_t::DABPlusAudio || (*subchannel)->type == subchannel_type_t::DABAudio) && (*componentFIG0_13)->audio.uaType != 0xffff) { const int required_size = 3+4+11; -- cgit v1.2.3