summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2017-03-29 13:22:47 +0200
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2017-03-29 13:24:41 +0200
commit834557d5b614f920f8fd5fa20fb4f86c001e9a35 (patch)
tree74cb0ad90b4b7e0f41a62258513adbcb255ec6e3 /gst-libs
parentdbbe340906008c5088d2c048c589e84bde829b62 (diff)
libs: encoder: h265: fix code style
Trivial patch to remove a double ';' as end of instruction.
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/vaapi/gstvaapiencoder_h265.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapiencoder_h265.c b/gst-libs/gst/vaapi/gstvaapiencoder_h265.c
index 0b6047c5..7170bcff 100644
--- a/gst-libs/gst/vaapi/gstvaapiencoder_h265.c
+++ b/gst-libs/gst/vaapi/gstvaapiencoder_h265.c
@@ -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);