comparison libvo/vo_md5.c @ 4352:ed5b85b713a3

Extensions for video accelerated architecture
author nick
date Sat, 26 Jan 2002 16:01:26 +0000
parents d40f2b686846
children df8e0f71cc3c
comparison
equal deleted inserted replaced
4351:aac822b8a630 4352:ed5b85b713a3
101 101
102 static void check_events(void) 102 static void check_events(void)
103 { 103 {
104 } 104 }
105 105
106 static uint32_t preinit(const char *arg)
107 {
108 return 0;
109 }
106 110
111 static void query_vaa(vo_vaa_t *vaa)
112 {
113 memset(vaa,0,sizeof(vo_vaa_t));
114 }