libs: encoder: Add a missing comment for DEFAULT_ROI_VALUE property.

This commit is contained in:
He Junyan 2019-05-09 00:09:21 +08:00 committed by Víctor Manuel Jáquez Leal
parent a1ae75b500
commit b6457e4ce5

View file

@ -117,6 +117,8 @@ typedef enum {
* @GST_VAAPI_ENCODER_PROP_KEYFRAME_PERIOD: The maximal distance
* between two keyframes (uint).
* @GST_VAAPI_ENCODER_PROP_TUNE: The tuning options (#GstVaapiEncoderTune).
* @GST_VAAPI_ENCODER_PROP_DEFAULT_ROI_VALUE: The default delta qp to apply
* to each region of interest.
* @GST_VAAPI_ENCODER_PROP_TRELLIS: Use trellis quantization method (gboolean).
*
* The set of configurable properties for the encoder.