vdpau_old: add forgotten probe callback

Could make it crash if the VO didn't support vdpau decoding.
This commit is contained in:
wm4 2013-08-15 22:43:06 +02:00
parent a82be4348e
commit 4246b5fbf0
1 changed files with 1 additions and 0 deletions

View File

@ -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,