view vidix/drivers.h @ 22891:cc7bece61de6

r22854: Remove empty section.
author voroshil
date Tue, 03 Apr 2007 16:12:24 +0000
parents 77def5093daf
children d74001dbe2a6
line wrap: on
line source


#ifndef VIDIX_DRIVERS_H
#define VIDIX_DRIVERS_H

void vidix_register_all_drivers (void);

int vidix_find_driver (VDXContext *ctx, const char *name,
                       unsigned int cap, int verbose);

#endif /* VIDIX_DRIVERS_H */