File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,8 @@ bool AudioDecoder::decodeNextFrame()
147
147
148
148
void AudioDecoder::setProfile ( const ProfileLoader::Profile& profile )
149
149
{
150
+ LOG_DEBUG ( " Set profile of audio decoder with:\n " << profile )
151
+
150
152
AudioCodec& codec = _inputStream->getAudioCodec ();
151
153
152
154
// set threads before any other options
Original file line number Diff line number Diff line change @@ -105,7 +105,9 @@ void VideoDecoder::flushDecoder()
105
105
}
106
106
107
107
void VideoDecoder::setProfile ( const ProfileLoader::Profile& profile )
108
- {
108
+ {
109
+ LOG_DEBUG ( " Set profile of video decoder with:\n " << profile )
110
+
109
111
VideoCodec& codec = _inputStream->getVideoCodec ();
110
112
111
113
// set threads before any other options
You can’t perform that action at this time.
0 commit comments