From 85a890d0e67d1ee0d7671fa3a9220acd4a8317e8 Mon Sep 17 00:00:00 2001
From: Eloi BAIL <eloi.bail@savoirfairelinux.com>
Date: Tue, 28 Apr 2015 09:59:23 -0400
Subject: [PATCH] daemon: change wrong comments

Refs #71531

Change-Id: I5ec58e69f222573101bfac6d83a23e5f7b416174
---
 src/media/media_decoder.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/media/media_decoder.cpp b/src/media/media_decoder.cpp
index e63aa52ff1..3dbd612132 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");
-- 
GitLab