comparison libvo/vo_vesa.c @ 4352:ed5b85b713a3

Extensions for video accelerated architecture
author nick
date Sat, 26 Jan 2002 16:01:26 +0000
parents 7e2bf04c9a7c
children 7ef67ffa9274
comparison
equal deleted inserted replaced
4351:aac822b8a630 4352:ed5b85b713a3
986 { 986 {
987 if(verbose > 2) 987 if(verbose > 2)
988 printf("vo_vesa: check_events was called\n"); 988 printf("vo_vesa: check_events was called\n");
989 /* Nothing to do */ 989 /* Nothing to do */
990 } 990 }
991
992 static uint32_t preinit(const char *arg)
993 {
994 return 0;
995 }
996
997 static void query_vaa(vo_vaa_t *vaa)
998 {
999 memset(vaa,0,sizeof(vo_vaa_t));
1000 }