Explorar o código

V0.4.8
1、修改了VideoPlay的DecodeVedio.cpp,不知道修改了什么

Apple hai 4 meses
pai
achega
7fa95de83e
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("解码线程退出。");
 
 }