mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
libs: encoder: fix a comment
This commit is contained in:
parent
4269adf791
commit
3ec7996d75
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ gst_vaapi_enc_picture_encode (GstVaapiEncPicture * picture);
|
|||
G_PASTE (VAEncMiscParameterType, type), \
|
||||
sizeof (G_PASTE (VAEncMiscParameter, type)))
|
||||
|
||||
/* GstVaapiEncFeiMiscParam */
|
||||
/* GstVaapiEncQualityLevelMiscParam */
|
||||
#define GST_VAAPI_ENC_QUALITY_LEVEL_MISC_PARAM_NEW(encoder) \
|
||||
gst_vaapi_enc_misc_param_new (GST_VAAPI_ENCODER_CAST (encoder), \
|
||||
VAEncMiscParameterTypeQualityLevel, \
|
||||
|
|
Loading…
Reference in a new issue