1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-21 14:22:17 +00:00
mpv/vidix/drivers.h
ben 257a77dc3d switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22875 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-01 11:06:06 +00:00

11 lines
234 B
C

#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 */