mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 05:28:48 +00:00
libs: encoder: h265: trivial documentation fix
This commit is contained in:
parent
2fce126cc7
commit
5f718b4f93
1 changed files with 1 additions and 1 deletions
|
@ -42,11 +42,11 @@ typedef struct _GstVaapiEncoderH265 GstVaapiEncoderH265;
|
|||
* @GST_VAAPI_ENCODER_H265_PROP_NUM_SLICES: Number of slices per frame (uint).
|
||||
* @GST_VAAPI_ENCODER_H265_PROP_NUM_REF_FRAMES: Maximum number of reference frames.
|
||||
* @GST_VAAPI_ENCODER_H265_PROP_CPB_LENGTH: Length of the CPB buffer
|
||||
* in milliseconds (uint).
|
||||
* @GST_VAAPI_ENCODER_H265_PROP_MBBRC: Macroblock level Bitrate Control.
|
||||
* @GST_VAAPI_ENCODER_H265_PROP_QP_IP: Difference of QP between I and P frame.
|
||||
* @GST_VAAPI_ENCODER_H265_PROP_QP_IB: Difference of QP between I and B frame.
|
||||
* @GST_VAAPI_ENCODER_H265_PROP_LOW_DELAY_B: use low delay b feature.
|
||||
* in milliseconds (uint).
|
||||
*
|
||||
* The set of H.265 encoder specific configurable properties.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue