frontends/va: Derive image from interlaced buffers for h26[4/5]encode

Add h26[4/5]encode application to allowlist to make an exception when
deriving images from interlaced buffers

This test is part of libva-utils,
find test code @ https://github.com/intel/libva-utils/blob/master/encode/h264encode.c

Signed-off-by: SureshGuttula <suresh.guttula@amd.corp-partner.google.com>
Reviewed-by: Leo Liu <leo.liu@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11054>
This commit is contained in:
SureshGuttula 2021-05-28 08:43:54 +05:30 committed by Marge Bot
parent d198e26a1e
commit 700d4ce68f
1 changed files with 2 additions and 0 deletions

View File

@ -219,6 +219,8 @@ vlVaDeriveImage(VADriverContextP ctx, VASurfaceID surface, VAImage *image)
const char *proc = util_get_process_name();
const char *derive_interlaced_allowlist[] = {
"vlc",
"h264encode",
"hevcencode"
};
if (!ctx)