mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 15:32:43 +02:00
libtriple: make most of libtriple use lt_debug
Origin commit data
------------------
Branch: master
Commit: 8542cd14aa
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-08-08 (Sun, 08 Aug 2010)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user