VA-API
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
Public Attributes | List of all members
VAEncMiscParameterBufferMaxFrameSize Struct Reference

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).
 

Detailed Description

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.


The documentation for this struct was generated from the following file: