mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
- Remove some globals from vcrcontrol
- Allow ttx/epg keys for timeshift - Fix record+live streaming - Live stream code changes for testing - Changes to handle internal CA multi-decoding - hack for -Werror compiling git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1040 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -50,10 +50,6 @@
|
||||
#else
|
||||
/* variables and functions from libtuxtxt */
|
||||
extern tuxtxt_cache_struct tuxtxt_cache;
|
||||
extern int tuxtxt_init();
|
||||
extern void tuxtxt_close();
|
||||
extern void tuxtxt_start(int tpid); // Start caching
|
||||
extern int tuxtxt_stop(); // Stop caching
|
||||
extern void tuxtxt_next_dec(int *i); /* skip to next decimal */
|
||||
extern void tuxtxt_prev_dec(int *i); /* counting down */
|
||||
extern int tuxtxt_is_dec(int i);
|
||||
@@ -1729,7 +1725,7 @@ void RenderMessage(int Message);
|
||||
void RenderPage();
|
||||
void DecodePage();
|
||||
void UpdateLCD();
|
||||
int Init();
|
||||
int Init(int source);
|
||||
int GetNationalSubset(const char *country_code);
|
||||
int GetTeletextPIDs();
|
||||
int GetRCCode();
|
||||
|
Reference in New Issue
Block a user