Changeset 55768 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 8, 2015 7:55:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DrvAudioVideoRec.cpp
r54491 r55768 723 723 void * pTmpSampleBuf = NULL; 724 724 uint32_t cConvertedSamples; /* samples adjusted for rate */ 725 uint32_t cbSamples ; /* count of bytes occupied by samples */725 uint32_t cbSamples = 0; /* count of bytes occupied by samples */ 726 726 int rc = VINF_SUCCESS; 727 727 … … 739 739 740 740 pConvertedSampleBuf = (PPDMAUDIOSAMPLE)pVRDEVoice->pvRateBuffer; 741 742 741 if (pConvertedSampleBuf) 743 742 { … … 749 748 cbSamples = cConvertedSamples * sizeof(PDMAUDIOSAMPLE); 750 749 } 751 752 750 753 751 if (cbSamples)
Note:
See TracChangeset
for help on using the changeset viewer.