From 84c0d027552af2f5c728f9798cbb3fdf00b24a0d Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Sun, 22 May 2022 10:10:38 +0200 Subject: [PATCH] va: Keep include's code style Headers are in alphabetical order. Part-of: --- subprojects/gst-plugins-bad/sys/va/gstvaencoder.c | 2 +- subprojects/gst-plugins-bad/sys/va/gstvah264enc.c | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/subprojects/gst-plugins-bad/sys/va/gstvaencoder.c b/subprojects/gst-plugins-bad/sys/va/gstvaencoder.c index f2c3c31..442f8cf 100644 --- a/subprojects/gst-plugins-bad/sys/va/gstvaencoder.c +++ b/subprojects/gst-plugins-bad/sys/va/gstvaencoder.c @@ -25,9 +25,9 @@ #include "gstvaencoder.h" -#include "vacompat.h" #include "gstvacaps.h" #include "gstvadisplay_priv.h" +#include "vacompat.h" #define VA_ENTRYPOINT_FLAG(entry) (1U << G_PASTE(VAEntrypoint, entry)) diff --git a/subprojects/gst-plugins-bad/sys/va/gstvah264enc.c b/subprojects/gst-plugins-bad/sys/va/gstvah264enc.c index 9313f37..9f3d4a4 100644 --- a/subprojects/gst-plugins-bad/sys/va/gstvah264enc.c +++ b/subprojects/gst-plugins-bad/sys/va/gstvah264enc.c @@ -50,7 +50,6 @@ #include "config.h" #endif - #include "gstvah264enc.h" #include @@ -59,12 +58,12 @@ #include #include -#include "vacompat.h" #include "gstvabaseenc.h" -#include "gstvaencoder.h" #include "gstvacaps.h" -#include "gstvaprofile.h" #include "gstvadisplay_priv.h" +#include "gstvaencoder.h" +#include "gstvaprofile.h" +#include "vacompat.h" GST_DEBUG_CATEGORY_STATIC (gst_va_h264enc_debug); #define GST_CAT_DEFAULT gst_va_h264enc_debug -- 2.7.4