mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
libs: va: Fix code style in gstvaallocator.h
Replace all tabs with spaces. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3322>
This commit is contained in:
parent
4db4f08227
commit
028920cfc4
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue