VirtualBox

Ignore:
Timestamp:
Apr 28, 2015 1:53:48 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99834
Message:

Don't check nonexistent samples.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/testcase/tstAudioMixBuffer.cpp

    r55462 r55485  
    319319    int16_t *pDst16 = (int16_t *)pvBuf;
    320320
    321     for (i = 0; i < cSamplesChild; ++i)
     321    for (i = 0; i < cSamplesChild - 1; ++i)
    322322    {
    323323        RTTESTI_CHECK_MSG(*pSrc16 == *pDst16, ("index %u: Dst=%d, Src=%d\n", i, *pDst16, *pSrc16));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette