Ticket #11739: 151110.eithelper.cpp
File 151110.eithelper.cpp, 330 bytes (added by , 10 years ago) |
---|
Line | |
---|---|
1 | 206,213d205 |
2 | < |
3 | < // Couldn't find matching EIT. If not yet in unmatched ETT map, insert it. |
4 | < EventIDToETT &elist = unmatched_etts[atsc_key]; |
5 | < if (elist.find(ett->EventID()) == elist.end()) |
6 | < { |
7 | < elist[ett->EventID()] = ett->ExtendedTextMessage() |
8 | < .GetBestMatch(languagePreferences); |
9 | < } |