libtriple: make most of libtriple use lt_debug

This commit is contained in:
Stefan Seyfried
2010-08-08 14:16:37 +02:00
parent 73b886a702
commit 8542cd14aa
3 changed files with 22 additions and 20 deletions

View File

@@ -39,6 +39,7 @@
#include "video_td.h"
#include <hardware/tddevices.h>
#define VIDEO_DEVICE "/dev/" DEVICE_NAME_VIDEO
#include "lt_debug.h"
cVideo * videoDecoder = NULL;
int system_rev = 0;
@@ -458,7 +459,7 @@ void cVideo::Standby(unsigned int bOn)
int cVideo::getBlank(void)
{
fprintf(stderr, "cVideo::getBlank\n");
lt_debug("cVideo::getBlank\n");
return 0;
}
@@ -586,7 +587,7 @@ void cVideo::getPictureInfo(int &width, int &height, int &rate)
void cVideo::SetSyncMode(AVSYNC_TYPE /*Mode*/)
{
fprintf(stderr, "cVideo::%s\n", __FUNCTION__);
lt_debug("cVideo::%s\n", __FUNCTION__);
};
int cVideo::SetStreamType(VIDEO_FORMAT type)