Skip to content
Snippets Groups Projects
Commit 85a890d0 authored by Eloi Bail's avatar Eloi Bail Committed by Gerrit Code Review
Browse files

daemon: change wrong comments

Refs #71531

Change-Id: I5ec58e69f222573101bfac6d83a23e5f7b416174
parent 4c9515d2
No related branches found
No related tags found
No related merge requests found
...@@ -173,7 +173,7 @@ int MediaDecoder::setupFromAudioData(const AudioFormat format) ...@@ -173,7 +173,7 @@ int MediaDecoder::setupFromAudioData(const AudioFormat format)
return -1; return -1;
} }
// find the decoder for the video stream // find the decoder for the audio stream
inputDecoder_ = avcodec_find_decoder(decoderCtx_->codec_id); inputDecoder_ = avcodec_find_decoder(decoderCtx_->codec_id);
if (!inputDecoder_) { if (!inputDecoder_) {
RING_ERR("Unsupported codec"); RING_ERR("Unsupported codec");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment