mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
libs: encoder: h265: fix code style
Trivial patch to remove a double ';' as end of instruction.
This commit is contained in:
parent
dbbe340906
commit
834557d5b6
1 changed files with 1 additions and 1 deletions
|
@ -924,7 +924,7 @@ ensure_profile_limits (GstVaapiEncoderH265 * encoder)
|
||||||
("Needs to lower coding tools to meet target decoder constraints");
|
("Needs to lower coding tools to meet target decoder constraints");
|
||||||
GST_WARNING ("Only supporting Main profile, reset profile to Main");
|
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 =
|
encoder->profile_idc =
|
||||||
gst_vaapi_utils_h265_get_profile_idc (encoder->profile);
|
gst_vaapi_utils_h265_get_profile_idc (encoder->profile);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue