1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-13 10:26:09 +00:00

added prototype of vo_format_name

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1143 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
al3x 2001-06-17 12:25:12 +00:00
parent 15b78f1da7
commit fdf5bf1df2

View File

@ -90,6 +90,7 @@ typedef struct vo_functions_s
} vo_functions_t;
char *vo_format_name(int format);
// NULL terminated array of all drivers
extern vo_functions_t* video_out_drivers[];