From 38eda3804f95e9359c0c1730137759682c7decbc Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Mon, 30 May 2022 12:58:57 -0500 Subject: vo_vaapi_wayland/wayland_common: code style fixes A bad person (AKA me) merged this stuff without paying close enough attention to the code style. Reformat this to be in-line with the rest of the wayland code and general mpv style (braces for functions on the next line, horizontally aligning arguments, some cosmetic cleanups for wayland_common.h, etc.). --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 1e70633e38..c7685b0879 100644 --- a/wscript +++ b/wscript @@ -651,7 +651,7 @@ video_output_features = [ 'func': check_pkg_config('libva-wayland', '>= 1.1.0'), }, { 'name': 'vaapi-wayland-memfd', - 'desc': 'VAAPI (Wayland support)', + 'desc': 'VAAPI (Wayland dmabuf support)', 'deps': 'vaapi-wayland && memfd_create', 'func': check_true, }, { -- cgit v1.2.3