Skip to content

Commit eaae9ef

Browse files
committed
[ffmpeg] Fix rendering list type for non-SDL screens.
1 parent 8afcaed commit eaae9ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/ffmpeg/player.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
player.c - FFmpeg player for DreamShell
44
5-
Copyright (C) 2011-2025 Ruslan Rostovtsev (a.k.a. SWAT)
5+
Copyright (C) 2011-2026 Ruslan Rostovtsev (a.k.a. SWAT)
66
http://www.dc-swat.ru
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -799,7 +799,7 @@ static void PlayerDrawHandler(void *ds_event, void *param, int action) {
799799
pvr_list_finish();
800800
}
801801
else if(!vid->sdl_gui_managed) {
802-
render_video_frame(&vid->txr[vid->txr_idx], PVR_LIST_OP_POLY, alpha);
802+
render_video_frame(&vid->txr[vid->txr_idx], PVR_LIST_TR_POLY, alpha);
803803
render_stats();
804804
}
805805
break;

0 commit comments

Comments
 (0)