summaryrefslogtreecommitdiff
path: root/libavutil/tests/hwdevice.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/tests/hwdevice.c')
-rw-r--r--libavutil/tests/hwdevice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/tests/hwdevice.c b/libavutil/tests/hwdevice.c
index 7eb355c988..c57586613a 100644
--- a/libavutil/tests/hwdevice.c
+++ b/libavutil/tests/hwdevice.c
@@ -140,7 +140,7 @@ static const struct {
{ AV_HWDEVICE_TYPE_OPENCL,
{ "0.0", "0.1", "1.0", "1.1" } },
{ AV_HWDEVICE_TYPE_VAAPI,
- { "/dev/dri/renderD128", "/dev/dri/renderD129", ":0" } },
+ { "/dev/dri/renderD128", "/dev/dri/renderD129", ":0", "0", "1" } },
};
static int test_device_type(enum AVHWDeviceType type)