儲存庫 vbox 的更動 98017
- 時間撮記:
- 2023-1-6 下午07:13:36 (2 年 以前)
- svn:sync-xref-src-repo-rev:
- 155111
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/Audio/AudioMixBuffer-Convert.cpp.h
r96407 r98017 61 61 while (idxDst-- > 0) 62 62 { 63 int 8_t idxSrc = pState->aidxChannelMap[idxDst];63 intptr_t idxSrc = pState->aidxChannelMap[idxDst]; 64 64 if (idxSrc >= 0) 65 65 pDst[idxDst] = RT_CONCAT(audioMixBufSampleTo,a_Name)(pi32Src[idxSrc]); … … 147 147 while (idxDst-- > 0) 148 148 { 149 int 8_t idxSrc = pState->aidxChannelMap[idxDst];149 intptr_t idxSrc = pState->aidxChannelMap[idxDst]; 150 150 if (idxSrc >= 0) 151 151 pi32Dst[idxDst] = RT_CONCAT(audioMixBufSampleFrom,a_Name)(pSrc[idxSrc]); … … 235 235 while (idxDst-- > 0) 236 236 { 237 int 8_t idxSrc = pState->aidxChannelMap[idxDst];237 intptr_t idxSrc = pState->aidxChannelMap[idxDst]; 238 238 if (idxSrc >= 0) 239 239 audioMixBufBlendSample(&pi32Dst[idxDst], RT_CONCAT(audioMixBufSampleFrom,a_Name)(pSrc[idxSrc]));
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器