mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
zapit/include/channel.h: fix type conversion
Wconversion
This commit is contained in:
@@ -291,7 +291,7 @@ class CZapitChannel
|
|||||||
|
|
||||||
void addDVBSubtitle(const unsigned int pid, const std::string langCode, const unsigned char subtitling_type, const unsigned short composition_page_id, const unsigned short ancillary_page_id);
|
void addDVBSubtitle(const unsigned int pid, const std::string langCode, const unsigned char subtitling_type, const unsigned short composition_page_id, const unsigned short ancillary_page_id);
|
||||||
|
|
||||||
unsigned getSubtitleCount() const { return channelSubs.size(); };
|
size_t getSubtitleCount() const { return channelSubs.size(); };
|
||||||
CZapitAbsSub* getChannelSub(int index = -1);
|
CZapitAbsSub* getChannelSub(int index = -1);
|
||||||
int getChannelSubIndex(void);
|
int getChannelSubIndex(void);
|
||||||
void setChannelSub(int subIdx);
|
void setChannelSub(int subIdx);
|
||||||
|
Reference in New Issue
Block a user