libtriple: improve and shorten cDemux debug messages

This commit is contained in:
Stefan Seyfried
2012-01-22 19:20:18 +01:00
parent 74ad2edc8c
commit 8e7fc69a0b
2 changed files with 70 additions and 58 deletions

View File

@@ -41,6 +41,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;
public:
bool Open(DMX_CHANNEL_TYPE pes_type, void * x = NULL, int y = 0);