mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
encoder: h265: fix code-style
This commit is contained in:
parent
6cbb607ec9
commit
3efc2f70b7
1 changed files with 1 additions and 1 deletions
|
@ -1988,7 +1988,7 @@ ensure_profile_tier_level (GstVaapiEncoderH265 * encoder)
|
||||||
ensure_bitrate (encoder);
|
ensure_bitrate (encoder);
|
||||||
|
|
||||||
if (!ensure_level (encoder))
|
if (!ensure_level (encoder))
|
||||||
return GST_VAAPI_ENCODER_STATUS_ERROR_OPERATION_FAILED;
|
return GST_VAAPI_ENCODER_STATUS_ERROR_OPERATION_FAILED;
|
||||||
|
|
||||||
if (encoder->profile != profile || encoder->level != level
|
if (encoder->profile != profile || encoder->level != level
|
||||||
|| encoder->tier != tier) {
|
|| encoder->tier != tier) {
|
||||||
|
|
Loading…
Reference in a new issue