Module: Mesa
Branch: main
Commit: 74c5d01169d24cdeef60833933df018db9baae79
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=74c5d01169d24cdeef60833933df018db9baae79

Author: Sil Vilerino <[email protected]>
Date:   Thu Jul 21 12:41:32 2022 -0400

vl: Replace usage of entrypoint UNKNOWN with PROCESSING for VP

Reviewed-by: Boyuan Zhang <[email protected]>
Reviewed-by: Jesse Natalie <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17557>

---

 src/gallium/auxiliary/vl/vl_deint_filter.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/auxiliary/vl/vl_deint_filter.c 
b/src/gallium/auxiliary/vl/vl_deint_filter.c
index fa6b5046e94..20b33c6f2b3 100644
--- a/src/gallium/auxiliary/vl/vl_deint_filter.c
+++ b/src/gallium/auxiliary/vl/vl_deint_filter.c
@@ -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;

Reply via email to