summaryrefslogtreecommitdiffstats
path: root/libvo/vo_dga.c
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-26 16:01:26 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-26 16:01:26 +0000
commitfa1d5742bca77cc5296c0c936289dedbff1630c7 (patch)
tree6b2dd65fb2a67ba8e686795429b1b8bce2b3f304 /libvo/vo_dga.c
parent804eff01755f3707f1f43519b181f251bc9dd9c0 (diff)
downloadmpv-fa1d5742bca77cc5296c0c936289dedbff1630c7.tar.bz2
mpv-fa1d5742bca77cc5296c0c936289dedbff1630c7.tar.xz
Extensions for video accelerated architecture
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4353 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_dga.c')
-rw-r--r--libvo/vo_dga.c14
1 files changed, 12 insertions, 2 deletions
diff --git a/libvo/vo_dga.c b/libvo/vo_dga.c
index 4de95ffc1d..cec4d0e327 100644
--- a/libvo/vo_dga.c
+++ b/libvo/vo_dga.c
@@ -23,8 +23,8 @@
* - works only on x86 architectures
*
* $Log$
- * Revision 1.36 2002/01/08 20:58:53 atmos4
- * SwScaler support for vo_png by Kim Minh, SwScale w/aspecz for vo_dga by me
+ * Revision 1.37 2002/01/26 16:01:26 nick
+ * Extensions for video accelerated architecture
*
* Revision 1.35 2001/12/28 20:52:54 alex
* use XF86VidMode later in init (at line 1031) only if we've got support (if have_vm==1)
@@ -1175,6 +1175,16 @@ static uint32_t init( uint32_t width, uint32_t height,
return 0;
}
+static uint32_t preinit(const char *arg)
+{
+ return 0;
+}
+
+static void query_vaa(vo_vaa_t *vaa)
+{
+ memset(vaa,0,sizeof(vo_vaa_t));
+}
+
//---------------------------------------------------------
// deleted the old vo_dga_query_event() routine 'cause it is obsolete