mirror of https://github.com/mpv-player/mpv
vdpau_old: add forgotten probe callback
Could make it crash if the VO didn't support vdpau decoding.
This commit is contained in:
parent
a82be4348e
commit
4246b5fbf0
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue