Changeset 68772 in vbox
- Timestamp:
- Sep 15, 2017 1:01:02 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DrvAudioVideoRec.cpp
r68737 r68772 787 787 break; 788 788 } 789 790 if (pcxWritten) 791 *pcxWritten = cbWrittenTotal; 789 792 #else 793 /* Report back all data as being processed. */ 794 if (pcxWritten) 795 *pcxWritten = cxBuf; 796 790 797 rc = VERR_NOT_SUPPORTED; 791 798 #endif /* VBOX_WITH_LIBOPUS */ 792 793 /*794 * Always report back all samples acquired, regardless of whether the795 * encoder actually did process those.796 */797 if (pcxWritten)798 *pcxWritten = cbWrittenTotal;799 799 800 800 LogFlowFunc(("csReadTotal=%RU32, rc=%Rrc\n", cbWrittenTotal, rc));
Note:
See TracChangeset
for help on using the changeset viewer.