diff --git a/src/media/media_decoder.cpp b/src/media/media_decoder.cpp
index e63aa52ff1f0ebe0c82a1c782114539febf989df..3dbd612132a0c3e8fbf1552118ae4162edb30197 100644
--- a/src/media/media_decoder.cpp
+++ b/src/media/media_decoder.cpp
@@ -173,7 +173,7 @@ int MediaDecoder::setupFromAudioData(const AudioFormat format)
         return -1;
     }
 
-    // find the decoder for the video stream
+    // find the decoder for the audio stream
     inputDecoder_ = avcodec_find_decoder(decoderCtx_->codec_id);
     if (!inputDecoder_) {
         RING_ERR("Unsupported codec");