libtriple: reduce some messages to debug, consolidate scart messages

This commit is contained in:
Stefan Seyfried
2010-08-25 16:38:01 +02:00
parent 0249c65167
commit 6aaa97c423
2 changed files with 4 additions and 8 deletions

View File

@@ -131,7 +131,7 @@ void cAudio::SetSyncMode(AVSYNC_TYPE /*Mode*/)
void cAudio::SetStreamType(AUDIO_FORMAT type)
{
int bypass_disable;
fprintf(stderr, "cAudio::%s\n", __FUNCTION__);
lt_debug("cAudio::%s\n", __FUNCTION__);
StreamType = type;
if (StreamType != AUDIO_FMT_DOLBY_DIGITAL && StreamType != AUDIO_FMT_MPEG && StreamType != AUDIO_FMT_MPG1)
@@ -172,7 +172,7 @@ int cAudio::StopClip()
void cAudio::getAudioInfo(int &type, int &layer, int &freq, int &bitrate, int &mode)
{
fprintf(stderr, "cAudio::%s\n", __FUNCTION__);
lt_debug("cAudio::%s\n", __FUNCTION__);
unsigned int atype;
static const int freq_mpg[] = {44100, 48000, 32000, 0};
static const int freq_ac3[] = {48000, 44100, 32000, 0};