libs: encoder: h265: fix code style
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Wed, 29 Mar 2017 11:22:47 +0000 (13:22 +0200)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Wed, 29 Mar 2017 11:24:41 +0000 (13:24 +0200)
Trivial patch to remove a double ';' as end of instruction.

gst-libs/gst/vaapi/gstvaapiencoder_h265.c

index 0b6047c..7170bcf 100644 (file)
@@ -924,7 +924,7 @@ ensure_profile_limits (GstVaapiEncoderH265 * encoder)
       ("Needs to lower coding tools to meet target decoder constraints");
   GST_WARNING ("Only supporting Main profile, reset profile to Main");
 
-  encoder->profile = GST_VAAPI_PROFILE_H265_MAIN;;
+  encoder->profile = GST_VAAPI_PROFILE_H265_MAIN;
   encoder->profile_idc =
       gst_vaapi_utils_h265_get_profile_idc (encoder->profile);