libtriple: improve and shorten cDemux debug messages

Origin commit data
------------------
Branch: master
Commit: 11965e5c54
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-01-22 (Sun, 22 Jan 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-01-22 19:20:18 +01:00
parent 6014ab0be2
commit 3d6561c377
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);