Explorar o código

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

Apple hai 4 meses
pai
achega
6627fa15f5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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("解码线程退出。");
 
 }