vl: Replace usage of entrypoint UNKNOWN with PROCESSING for VP
authorSil Vilerino <sivileri@microsoft.com>
Thu, 21 Jul 2022 16:41:32 +0000 (12:41 -0400)
committerMarge Bot <emma+marge@anholt.net>
Thu, 21 Jul 2022 22:40:30 +0000 (22:40 +0000)
Reviewed-by: Boyuan Zhang <Boyuan.Zhang@amd.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17557>

src/gallium/auxiliary/vl/vl_deint_filter.c

index fa6b504..20b33c6 100644 (file)
@@ -259,7 +259,7 @@ vl_deint_filter_init(struct vl_deint_filter *filter, struct pipe_context *pipe,
    (
       pipe->screen,
       PIPE_VIDEO_PROFILE_UNKNOWN,
-      PIPE_VIDEO_ENTRYPOINT_UNKNOWN,
+      PIPE_VIDEO_ENTRYPOINT_PROCESSING,
       PIPE_VIDEO_CAP_PREFERED_FORMAT
    );
    templ.width = video_width;