Ticket #11739: 151110.eithelper.cpp

File 151110.eithelper.cpp, 330 bytes (added by deadletterfile@…, 9 years ago)

Eliminate use of ETT cached data

Line 
1206,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<     }