intel / libva

Libva is an implementation for VA-API (Video Acceleration API)
http://intel.github.io/libva/
Other
653 stars 300 forks source link

va: Add VA_PICTURE_H264_NON_EXISTING flag #836

Open nowrep opened 6 days ago

nowrep commented 6 days ago

This flag indicates that the picture is marked as “non-existing” (spec section 8.2.5.2)

Mesa impl: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31368