Explorar el Código

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

Apple hace 4 meses
padre
commit
7fa95de83e
Se han modificado 1 ficheros con 1 adiciones y 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("解码线程退出。");
 
 }