libtriple: improve lt_debug

* add current instance
* shorten lt_debug messages


Origin commit data
------------------
Branch: master
Commit: dc5a44a365
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-10-02 (Sun, 02 Oct 2011)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2011-10-02 21:48:41 +02:00
parent 75ef89fe43
commit 640293de88
9 changed files with 29 additions and 27 deletions

View File

@@ -12,8 +12,8 @@
#include "dmx_td.h"
#include "lt_debug.h"
#define lt_debug(args...) _lt_debug(TRIPLE_DEBUG_DEMUX, args)
#define lt_info(args...) _lt_info(TRIPLE_DEBUG_DEMUX, args)
#define lt_debug(args...) _lt_debug(TRIPLE_DEBUG_DEMUX, this, args)
#define lt_info(args...) _lt_info(TRIPLE_DEBUG_DEMUX, this, args)
cDemux *videoDemux = NULL;
cDemux *audioDemux = NULL;