style: Change files encoding format to UTF8-BOM

This commit is contained in:
yuanyuanxiang
2026-01-02 20:00:18 +01:00
parent ba9be08411
commit b6af9ce615
356 changed files with 2819 additions and 2819 deletions

View File

@@ -1,4 +1,4 @@
// VideoManager.h: interface for the CVideoManager class.
// VideoManager.h: interface for the CVideoManager class.
//
//////////////////////////////////////////////////////////////////////
@@ -32,9 +32,9 @@ public:
DWORD m_fccHandler;
bool m_bIsCompress;
LPBYTE lpBuffer; // ץͼ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
LPBYTE lpBuffer; // 抓图缓存区
CVideoCodec *m_pVideoCodec; //ѹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>
CVideoCodec *m_pVideoCodec; //压缩类
void Destroy();
};