Skip to content

Commit 1e4269b

Browse files
author
Clement Champetier
committed
InputStreamAudio: refactoring
Suppress console prints.
1 parent 6eefcf4 commit 1e4269b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/AvTranscoder/InputStreamAudio.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ InputStreamAudio::InputStreamAudio( AvInputStream& inputStream )
4242

4343
m_codecContext->channels = m_inputStream->getAudioDesc().getChannels();
4444

45-
std::cout << "Audio codec Id : " << m_codecContext->codec_id << std::endl;
46-
std::cout << "Audio codec Id : " << m_codec->name << std::endl;
47-
std::cout << "Audio codec Id : " << m_codec->long_name << std::endl;
48-
4945
m_codecContext->channels = m_inputStream->getAudioDesc().getCodecContext()->channels;
5046

5147
int ret = avcodec_open2( m_codecContext, m_codec, NULL );

0 commit comments

Comments
 (0)