diff libvo/vo_xv.c @ 4352:ed5b85b713a3

Extensions for video accelerated architecture
author nick
date Sat, 26 Jan 2002 16:01:26 +0000
parents aac822b8a630
children a07b7233930b
line wrap: on
line diff
--- a/libvo/vo_xv.c	Sat Jan 26 15:46:58 2002 +0000
+++ b/libvo/vo_xv.c	Sat Jan 26 16:01:26 2002 +0000
@@ -611,5 +611,12 @@
  for( i=0;i<num_buffers;i++ ) deallocate_xvimage( i );
 }
 
+static uint32_t preinit(const char *arg)
+{
+  return 0;
+}
 
-
+static void query_vaa(vo_vaa_t *vaa)
+{
+  memset(vaa,0,sizeof(vo_vaa_t));
+}