Defines a maximum frame size (in bits). More...
#include <va.h>
Public Attributes | |
| VAEncMiscParameterType | type |
| Type. Shall be set to VAEncMiscParameterTypeMaxFrameSize. | |
| unsigned int | max_frame_size |
| Maximum size of a frame (in bits). | |
Defines a maximum frame size (in bits).
This misc parameter buffer defines the maximum size of a frame (in bits). The encoder will try to make sure that each frame does not exceed this size. Otherwise, if the frame size exceeds this size, the status flag of VACodedBufferSegment will contain VA_CODED_BUF_STATUS_FRAME_SIZE_OVERFLOW.
1.8.8