VirtualBox

Changeset 61344 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
May 31, 2016 3:57:58 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107639
Message:

Removed debug define.

File:
1 edited

Legend:

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

    r61343 r61344  
    4242#include <iprt/mem.h>
    4343#include <iprt/string.h> /* For RT_BZERO. */
    44 
    45 #define VBOX_AUDIO_TESTCASE
    4644
    4745#ifdef VBOX_AUDIO_TESTCASE
     
    16261624
    16271625    if (offSamples + cToWrite > pMixBuf->cSamples)
     1626    {
     1627        RT_BREAKPOINT();
    16281628        rc = VINF_BUFFER_OVERFLOW;
     1629    }
    16291630
    16301631    cToWrite = RT_MIN(cToWrite, pMixBuf->cSamples - offSamples);
Note: See TracChangeset for help on using the changeset viewer.

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