summaryrefslogtreecommitdiffstats
path: root/video/vaapi.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-01-11 20:30:36 +0100
committerwm4 <wm4@nowhere>2016-01-11 20:30:36 +0100
commit453ea2cb6c4be5142987e218cee609cca22e48f5 (patch)
treed365031a9577d01f84ca28e005a1f172b5201499 /video/vaapi.h
parent9fee7077d483154e7c2ad9442d9e49bb5e7ad2bb (diff)
downloadmpv-453ea2cb6c4be5142987e218cee609cca22e48f5.tar.bz2
mpv-453ea2cb6c4be5142987e218cee609cca22e48f5.tar.xz
vaapi: replace VA_STR_FOURCC
Diffstat (limited to 'video/vaapi.h')
-rw-r--r--video/vaapi.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/vaapi.h b/video/vaapi.h
index 888730e514..11ff2c96f9 100644
--- a/video/vaapi.h
+++ b/video/vaapi.h
@@ -23,9 +23,6 @@
#include <pthread.h>
#include <va/va.h>
-#define VA_STR_FOURCC(fcc) \
- (const char[]){(fcc), (fcc) >> 8u, (fcc) >> 16u, (fcc) >> 24u, 0}
-
#include "mp_image.h"
#include "hwdec.h"