AI automatically translates all comments in the code into English (#3917)

This commit is contained in:
alex
2024-09-19 14:53:50 +08:00
committed by GitHub
parent 046de691cb
commit 4152dcd409
279 changed files with 10602 additions and 3038 deletions

View File

@@ -176,7 +176,8 @@ void DevChannelHK::onPreview(DWORD dwDataType, BYTE* pBuffer, DWORD dwBufSize) {
break;
}
InfoL << "设置解码器成功!" << endl;
//打开音频解码, 需要码流是复合流
// 打开音频解码, 需要码流是复合流 [AUTO-TRANSLATED:ef6be0e4]
// Open audio decoding, requires the bitstream to be a composite stream
if (!PlayM4_PlaySoundShare(m_iPlayHandle)) {
WarnL << "PlayM4_PlaySound:" << NET_DVR_GetLastError();
break;