瀏覽代碼

Merge branch 'master' of http://10.147.18.110:3000/apple/Standard_Library

Apple 4 月之前
父節點
當前提交
6627fa15f5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      common/VedioPlayer/DecodeVedio.cpp

+ 1 - 1
common/VedioPlayer/DecodeVedio.cpp

@@ -675,6 +675,6 @@ void DecodeVedio::do_startDecodeVedio()
     m_pauseDecode = false;
     /* 进入解码,直到播放完成或者手动退出 */
     decodeVedio();
-    SPDLOG_TRACE("Decode播放完成...");
+    SPDLOG_TRACE("解码线程退出。");
 
 }