summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-16 12:11:49 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-16 12:11:49 +0000
commit4fb4b7b31467559e44f4382d60e8b675f3df2d83 (patch)
tree06f284200230b87486a0079be0dd71fac6eaaaa6 /libvo/video_out.h
parentea24950d94cbe093dfb3cc7fa210bbee6c2c8829 (diff)
downloadmpv-4fb4b7b31467559e44f4382d60e8b675f3df2d83.tar.bz2
mpv-4fb4b7b31467559e44f4382d60e8b675f3df2d83.tar.xz
added prototype of vo_init()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1327 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 6202d6e571..b77d18a659 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -91,6 +91,8 @@ typedef struct vo_functions_s
} vo_functions_t;
char *vo_format_name(int format);
+int vo_init(void);
+
// NULL terminated array of all drivers
extern vo_functions_t* video_out_drivers[];