encoder: h265: fix code-style

This commit is contained in:
Víctor Manuel Jáquez Leal 2016-07-21 17:38:17 +02:00
parent 6cbb607ec9
commit 3efc2f70b7

View file

@ -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) {