mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +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);
|
||||
|
||||
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
|
||||
|| encoder->tier != tier) {
|
||||
|
|
Loading…
Reference in a new issue