From 028920cfc4141c34103d9dbf4cc199f7855075e5 Mon Sep 17 00:00:00 2001 From: He Junyan Date: Fri, 4 Nov 2022 17:03:35 +0800 Subject: [PATCH] libs: va: Fix code style in gstvaallocator.h Replace all tabs with spaces. Part-of: --- subprojects/gst-plugins-bad/gst-libs/gst/va/gstvaallocator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/va/gstvaallocator.h b/subprojects/gst-plugins-bad/gst-libs/gst/va/gstvaallocator.h index a0a2e0b57e..23d54d29e5 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/va/gstvaallocator.h +++ b/subprojects/gst-plugins-bad/gst-libs/gst/va/gstvaallocator.h @@ -109,12 +109,12 @@ GST_VA_API gboolean gst_va_allocator_set_format (GstAllocator * allocator, GstVideoInfo * info, guint usage_hint, - GstVaFeature use_derived); + GstVaFeature use_derived); GST_VA_API gboolean gst_va_allocator_get_format (GstAllocator * allocator, GstVideoInfo * info, guint * usage_hint, - GstVaFeature * use_derived); + GstVaFeature * use_derived); GST_VA_API void gst_va_allocator_set_hacks (GstAllocator * allocator, guint32 hacks);