Changeset 75488 in vbox for trunk/src/VBox/Main/include/RecordingInternals.h
- Timestamp:
- Nov 15, 2018 4:12:07 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 126645
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/RecordingInternals.h
r75441 r75488 48 48 /** Pointer to the codec's internal YUV buffer. */ 49 49 uint8_t *pu8YuvBuf; 50 /** The encoder's deadline (in ms). 51 * The more time the encoder is allowed to spend encoding, the better the encoded 52 * result, in exchange for higher CPU usage and time spent encoding. */ 50 53 unsigned int uEncoderDeadline; 51 54 } VPX;
Note:
See TracChangeset
for help on using the changeset viewer.