gstreamer/gst-libs
Víctor Manuel Jáquez Leal 08b4aaa7fa libs: decoder: vp9: avoid reference rewriting
The removed code set all the reference frames to the current frame it is a key
one, but later, all the reference frames were rewritten with the decoded picture
buffers or VA_INVALID_SURFACE if they were not available.

Basically, all this time the first reference frame assignment has been ignored,
and it's not described by the spec, and this patch removes that code.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/-/merge_requests/400>
2020-10-19 13:42:53 +02:00
..
gst libs: decoder: vp9: avoid reference rewriting 2020-10-19 13:42:53 +02:00
meson.build vaapi: add meson build 2017-02-09 11:27:44 +01:00