summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2019-11-27 01:44:05 +0100
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2019-11-27 01:45:29 +0100
commit6fb5387d5b420fd2333b6e3617909aeaf6506dca (patch)
tree27308bd31f1b64eb5c62323457e2ebeea9fb4feb /gst-libs/gst/vaapi
parentf16c93a187f6bb682a86a2540ee9158c3ad9d398 (diff)
libs: video-format: remove dead code
Diffstat (limited to 'gst-libs/gst/vaapi')
-rw-r--r--gst-libs/gst/vaapi/video-format.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gst-libs/gst/vaapi/video-format.c b/gst-libs/gst/vaapi/video-format.c
index 023a8966..5302fdf0 100644
--- a/gst-libs/gst/vaapi/video-format.c
+++ b/gst-libs/gst/vaapi/video-format.c
@@ -32,12 +32,6 @@
#include "gstvaapisurface.h"
#include "video-format.h"
-#if G_BYTE_ORDER == G_BIG_ENDIAN
-# define VIDEO_VA_ENDIANESS VA_MSB_FIRST
-#elif G_BYTE_ORDER == G_LITTLE_ENDIAN
-# define VIDEO_VA_ENDIANESS VA_LSB_FIRST
-#endif
-
typedef struct _GstVideoFormatMapMap
{
GstVideoFormat format;