1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-21 22:30:22 +00:00
mpv/vidix/drivers.h

11 lines
234 B
C
Raw Normal View History

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