mirror of
https://github.com/mpv-player/mpv
synced 2024-12-21 14:22:17 +00:00
257a77dc3d
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22875 b3059339-0415-0410-9bf9-f77b7e298cf2
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 */
|