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 b013d4c commit 966d949Copy full SHA for 966d949
src/AvTranscoder/transcoder/Transcoder.cpp
@@ -112,7 +112,7 @@ bool Transcoder::processFrame()
112
// if a stream failed to process
113
if(!_streamTranscoders.at(streamIndex)->processFrame())
114
{
115
- LOG_WARN("Failed to process stream at index " << streamIndex)
+ LOG_WARN("Failed to process the stream transcoder at index " << streamIndex)
116
117
// if this is the end of the main stream
118
if(streamIndex == _mainStreamIndex) {
0 commit comments