Changeset 70038 in vbox
- Timestamp:
- Dec 8, 2017 5:02:17 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DrvAudioVideoRec.cpp
r69683 r70038 753 753 if (cbWritten > 0) 754 754 { 755 # ifdef VBOX_WITH_STATISTICS756 755 /* Get overall frames encoded. */ 757 756 const uint32_t cEncFrames = opus_packet_get_nb_frames(abDst, cbWritten); 758 757 758 # ifdef VBOX_WITH_STATISTICS 759 759 pSink->Codec.STAM.cEncFrames += cEncFrames; 760 760 pSink->Codec.STAM.msEncTotal += pSink->Codec.Opus.msFrame * cEncFrames;
Note:
See TracChangeset
for help on using the changeset viewer.

