mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
libspark: make cDemux build
This might actually even work, but is untested.
Origin commit data
------------------
Branch: master
Commit: 9e3c6b445a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-05 (Sun, 05 Feb 2012)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -3,15 +3,9 @@
|
||||
|
||||
#include <cstdlib>
|
||||
#include <vector>
|
||||
extern "C" {
|
||||
#include <inttypes.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <hardware/xp/xp_osd_user.h>
|
||||
}
|
||||
#if defined DMX_FILTER_SIZE
|
||||
#undef DMX_FILTER_SIZE
|
||||
#endif
|
||||
#define DMX_FILTER_SIZE FILTER_LENGTH
|
||||
#include <linux/dvb/dmx.h>
|
||||
|
||||
typedef enum
|
||||
{
|
||||
@@ -41,8 +35,8 @@ class cDemux
|
||||
uint64_t last_measure, last_data;
|
||||
DMX_CHANNEL_TYPE dmx_type;
|
||||
std::vector<pes_pids> pesfds;
|
||||
struct demux_filter_para s_flt;
|
||||
demux_pes_para p_flt;
|
||||
struct dmx_sct_filter_params s_flt;
|
||||
struct dmx_pes_filter_params p_flt;
|
||||
public:
|
||||
|
||||
bool Open(DMX_CHANNEL_TYPE pes_type, void * x = NULL, int y = 0);
|
||||
|
Reference in New Issue
Block a user