diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-04-15 10:32:50 +0200 |
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-04-15 10:32:50 +0200 |
| commit | d4ab701073e4876aa3d2e5f6c883cebf08783ac4 (patch) | |
| tree | b4b442e8def873cc4cbb6b3b2a217469c34b1498 /src/fig/FIG0.h | |
| parent | 1c311e48b7691eed7f912579e9aad1f90a5bb5f5 (diff) | |
| download | dabmux-d4ab701073e4876aa3d2e5f6c883cebf08783ac4.tar.gz dabmux-d4ab701073e4876aa3d2e5f6c883cebf08783ac4.tar.bz2 dabmux-d4ab701073e4876aa3d2e5f6c883cebf08783ac4.zip | |
Fix FIG0/8 insertion with data & audio services
Diffstat (limited to 'src/fig/FIG0.h')
| -rw-r--r-- | src/fig/FIG0.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fig/FIG0.h b/src/fig/FIG0.h index 2655aa0..9e491e9 100644 --- a/src/fig/FIG0.h +++ b/src/fig/FIG0.h @@ -131,6 +131,7 @@ class FIG0_8 : public IFIG private: FIGRuntimeInformation *m_rti; bool m_initialised; + bool m_transmit_programme; std::vector<DabComponent*>::iterator componentFIG0_8; }; |
