From 8a4e62c97bb64a11892f07f6a7c38e9fb4e94d41 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Thu, 4 Apr 2002 00:08:36 +0000 Subject: latest dxr3 patches from Michael Roitzsch and Zoltan Boszormenyi It adresses the following issues: * the dxr3 now handles overlays * dxr3 video decoder priority is now customizable, this way the user can choose between hardware decoding and libmpeg2 decoding (because overlays don't work with hardware decoding) * I hope I finally got the dxr3 playmode handling right CVS patchset: 1673 CVS date: 2002/04/04 00:08:36 --- src/dxr3/alphablend.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/dxr3/alphablend.c (limited to 'src/dxr3/alphablend.c') diff --git a/src/dxr3/alphablend.c b/src/dxr3/alphablend.c new file mode 100644 index 000000000..39949ab51 --- /dev/null +++ b/src/dxr3/alphablend.c @@ -0,0 +1 @@ +#include "../video_out/alphablend.c" -- cgit v1.2.3