libtriple: add debug messages to cDemux and cVideo functions

Origin commit data
------------------
Branch: ni/coolstream
Commit: 81ae635dcb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-08-28 (Sat, 28 Aug 2010)


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

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2010-08-28 14:03:58 +02:00
parent cc16cede59
commit b5cfd70c8a
2 changed files with 3 additions and 1 deletions

View File

@@ -95,6 +95,7 @@ bool cDemux::Open(DMX_CHANNEL_TYPE pes_type, void * /*hVideoBuffer*/, int uBuffe
void cDemux::Close(void)
{
lt_debug("cDemux::%s #%d, fd = %d\n", __FUNCTION__, num, fd);
if (fd < 0)
{
fprintf(stderr, "cDemux::%s #%d: not open!\n", __FUNCTION__, num);