mirror of
https://github.com/mpv-player/mpv
synced 2024-12-21 22:30:22 +00:00
11 lines
234 B
C
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 */
|