view vidix/drivers.h @ 22875:15ca243429f9

typo fixes ported from VLC
author diego
date Sun, 01 Apr 2007 14:42:13 +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 */