We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eefcf4 commit 1e4269bCopy full SHA for 1e4269b
src/AvTranscoder/InputStreamAudio.cpp
@@ -42,10 +42,6 @@ InputStreamAudio::InputStreamAudio( AvInputStream& inputStream )
42
43
m_codecContext->channels = m_inputStream->getAudioDesc().getChannels();
44
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
-
49
m_codecContext->channels = m_inputStream->getAudioDesc().getCodecContext()->channels;
50
51
int ret = avcodec_open2( m_codecContext, m_codec, NULL );
0 commit comments