summaryrefslogtreecommitdiffstats
path: root/video/decode/vdpau_old.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/decode/vdpau_old.c')
-rw-r--r--video/decode/vdpau_old.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/decode/vdpau_old.c b/video/decode/vdpau_old.c
index 8490caedeb..707adef49c 100644
--- a/video/decode/vdpau_old.c
+++ b/video/decode/vdpau_old.c
@@ -273,6 +273,7 @@ const struct vd_lavc_hwdec mp_vd_lavc_vdpau_old = {
"mpeg4", "mpeg4_vdpau",
NULL
},
+ .probe = probe,
.init = init,
.uninit = uninit,
.allocate_image = allocate_image,