diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-04-04 00:08:36 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-04-04 00:08:36 +0000 |
commit | 8a4e62c97bb64a11892f07f6a7c38e9fb4e94d41 (patch) | |
tree | beb98b0bd2db96f1079e9fd49ccf4546ce32ac17 /src/dxr3/dxr3_video_out.h | |
parent | 1d386a1db3b3a4a3090d62716331f5d3c42b2997 (diff) | |
download | xine-lib-8a4e62c97bb64a11892f07f6a7c38e9fb4e94d41.tar.gz xine-lib-8a4e62c97bb64a11892f07f6a7c38e9fb4e94d41.tar.bz2 |
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
Diffstat (limited to 'src/dxr3/dxr3_video_out.h')
-rw-r--r-- | src/dxr3/dxr3_video_out.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dxr3/dxr3_video_out.h b/src/dxr3/dxr3_video_out.h index f1d356999..847b41f50 100644 --- a/src/dxr3/dxr3_video_out.h +++ b/src/dxr3/dxr3_video_out.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: dxr3_video_out.h,v 1.18 2002/04/03 09:40:40 mlampard Exp $ + * $Id: dxr3_video_out.h,v 1.19 2002/04/04 00:08:36 miguelfreitas Exp $ * */ @@ -39,6 +39,7 @@ #include <linux/em8300.h> #include "video_out.h" #include "xine_internal.h" +#include "alphablend.h" /* for fast_memcpy: */ #include "xineutils.h" |