diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-02-20 19:00:22 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-02-20 19:00:22 +0100 |
commit | e4396c73c894c4730d4d28b3caefc26ce41cdd4a (patch) | |
tree | bde5a32583d181ea026d52ea7f0d020eeb257519 /src/fig/FIG0_24.h | |
parent | b09c89b9edda0abe2ab69df5c0d0723db43ad945 (diff) | |
download | dabmux-e4396c73c894c4730d4d28b3caefc26ce41cdd4a.tar.gz dabmux-e4396c73c894c4730d4d28b3caefc26ce41cdd4a.tar.bz2 dabmux-e4396c73c894c4730d4d28b3caefc26ce41cdd4a.zip |
Rework other_ensemble to support OE=1 in FIG0/24
Diffstat (limited to 'src/fig/FIG0_24.h')
-rw-r--r-- | src/fig/FIG0_24.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fig/FIG0_24.h b/src/fig/FIG0_24.h index 1c17f6b..785e9bc 100644 --- a/src/fig/FIG0_24.h +++ b/src/fig/FIG0_24.h @@ -3,7 +3,7 @@ 2011, 2012 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2017 + Copyright (C) 2018 Matthias P. Braendli, matthias.braendli@mpb.li */ /* @@ -47,7 +47,7 @@ class FIG0_24 : public IFIG FIGRuntimeInformation *m_rti; bool m_initialised; bool m_inserting_audio_not_data; - vec_sp_service::iterator serviceFIG0_24; + std::vector<ServiceOtherEnsembleInfo>::iterator serviceFIG0_24; }; } |