diff options
author | wm4 <wm4@nowhere> | 2015-05-29 23:06:22 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-05-29 23:06:22 +0200 |
commit | ed925c70c93af2e98239b5c2cdc3d0adfab44a39 (patch) | |
tree | 88aafed8b278d971ecf18c70ca132345b0845854 /video/sws_utils.h | |
parent | ad85203d63fdc0d9c61f9e156a79ab2e83f4cce6 (diff) | |
download | mpv-ed925c70c93af2e98239b5c2cdc3d0adfab44a39.tar.bz2 mpv-ed925c70c93af2e98239b5c2cdc3d0adfab44a39.tar.xz |
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 'video/sws_utils.h')
0 files changed, 0 insertions, 0 deletions