summaryrefslogtreecommitdiffstats
path: root/video/vaapi.h
diff options
context:
space:
mode:
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"