Skip to content

Commit

Permalink
vo: move vo_gpu_next above vo_gpu in probe order
Browse files Browse the repository at this point in the history
  • Loading branch information
llyyr committed Oct 24, 2024
1 parent 851df70 commit eeb3ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video/out/vo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eeb3ae7

Please sign in to comment.