aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpv
diff options
context:
space:
mode:
authorGravatar wm4 <wm4@nowhere>2015-05-29 23:06:22 +0200
committerGravatar wm4 <wm4@nowhere>2015-05-29 23:06:22 +0200
commited925c70c93af2e98239b5c2cdc3d0adfab44a39 (patch)
tree88aafed8b278d971ecf18c70ca132345b0845854 /libmpv
parentad85203d63fdc0d9c61f9e156a79ab2e83f4cce6 (diff)
vf_vavpp: do not pretend to support references
We do not fill them, so we would pass random IDs to the driver. The code was originally written to handle bob deinterlacing only, so I guess it originally passed always 0 anyway, despite having code for reference surface list allocation. Also, move down the vaUnmapBuffer() call. This call actually "unmaps" the param pointer, so accessing it after the unmap call would be undefined behavior. The "example" in <va/vavpp.h> does this too, but it's most likely an error. (Additionally, not even bob deinterlacing worked correctly in my test, sigh.)
Diffstat (limited to 'libmpv')
0 files changed, 0 insertions, 0 deletions