From eeb3ae71c63ce3471808d2d655a0444565430d26 Mon Sep 17 00:00:00 2001 From: llyyr Date: Sun, 3 Mar 2024 11:54:08 +0530 Subject: [PATCH] vo: move vo_gpu_next above vo_gpu in probe order --- video/out/vo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video/out/vo.c b/video/out/vo.c index db29690950cc1..3644fb321b6d1 100644 --- a/video/out/vo.c +++ b/video/out/vo.c @@ -72,8 +72,8 @@ static const struct vo_driver *const video_out_drivers[] = #if HAVE_ANDROID &video_out_mediacodec_embed, #endif - &video_out_gpu, &video_out_gpu_next, + &video_out_gpu, #if HAVE_VDPAU &video_out_vdpau, #endif