summaryrefslogtreecommitdiffstats
path: root/video/vaapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/vaapi.c')
-rw-r--r--video/vaapi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/vaapi.c b/video/vaapi.c
index 16954f7313..a8d27d50e4 100644
--- a/video/vaapi.c
+++ b/video/vaapi.c
@@ -52,7 +52,6 @@ struct fmtentry {
static const struct fmtentry va_to_imgfmt[] = {
{VA_FOURCC_NV12, IMGFMT_NV12},
{VA_FOURCC_YV12, IMGFMT_420P},
- {VA_FOURCC_I420, IMGFMT_420P},
{VA_FOURCC_IYUV, IMGFMT_420P},
{VA_FOURCC_UYVY, IMGFMT_UYVY},
{VA_FOURCC_YUY2, IMGFMT_YUYV},