فهرست منبع

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("解码线程退出。");
 
 }