mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
eitd: as long as neutrino using only first content classification,
reduce content classification caching (leaving old code with ifdef)
Origin commit data
------------------
Branch: ni/coolstream
Commit: e8700de2b7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-01-30 (Fri, 30 Jan 2015)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef __sectionsdclient__
|
||||
#define __sectionsdclient__
|
||||
/*
|
||||
Client-Interface f<EFBFBD>r zapit - DBoxII-Project
|
||||
Client-Interface for zapit - DBoxII-Project
|
||||
|
||||
$Id: sectionsdclient.h,v 1.42 2007/01/12 22:57:57 houdini Exp $
|
||||
|
||||
@@ -221,8 +221,13 @@ class CEPGData
|
||||
std::vector<std::string> items;
|
||||
char fsk;
|
||||
unsigned char table_id;
|
||||
#ifdef FULL_CONTENT_CLASSIFICATION
|
||||
std::string contentClassification;
|
||||
std::string userClassification;
|
||||
#else
|
||||
unsigned char contentClassification;
|
||||
unsigned char userClassification;
|
||||
#endif
|
||||
|
||||
CEPGData()
|
||||
{
|
||||
|
Reference in New Issue
Block a user