mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
Revert "- tuxtxt: align to mp"
This reverts commit47b10fba4c
. Origin commit data ------------------ Branch: ni/coolstream Commit:16fa8e6b8f
Author: vanhofen <vanhofen@gmx.de> Date: 2018-01-25 (Thu, 25 Jan 2018) ------------------ This commit was generated by Migit
This commit is contained in:
@@ -1,16 +1,11 @@
|
||||
#ifndef __teletext_h__
|
||||
#define __teletext_h__
|
||||
#include <config.h>
|
||||
|
||||
int tuxtxt_init();
|
||||
void tuxtxt_close();
|
||||
void tuxtxt_start(int tpid, int source = 0); // Start caching
|
||||
int tuxtxt_stop(); // Stop caching
|
||||
#if HAVE_SPARK_HARDWARE
|
||||
int tuxtx_main(int pid, int page = 0, int source = 0, bool _isEplayer = false);
|
||||
#else
|
||||
int tuxtx_main(int pid, int page = 0, int source = 0);
|
||||
#endif
|
||||
void tuxtx_stop_subtitle();
|
||||
int tuxtx_subtitle_running(int *pid, int *page, int *running);
|
||||
void tuxtx_pause_subtitle(bool pause = 1);
|
||||
|
Reference in New Issue
Block a user