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 534aeeb commit 6b33f61Copy full SHA for 6b33f61
src/AvTranscoder/EssenceStream/InputAudio.cpp
@@ -72,12 +72,6 @@ void InputAudio::setup()
72
73
_codecContext->channels = _inputStream->getAudioDesc().getChannels();
74
75
- // std::cout << "Audio codec Id : " << _codecContext->codec_id << std::endl;
76
- // std::cout << "Audio codec Id : " << _codec->name << std::endl;
77
- // std::cout << "Audio codec Id : " << _codec->long_name << std::endl;
78
-
79
- _codecContext->channels = _inputStream->getAudioDesc().getCodecContext()->channels;
80
81
int ret = avcodec_open2( _codecContext, _codec, NULL );
82
83
if( ret < 0 || _codecContext == NULL || _codec == NULL )
0 commit comments