summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-29 21:53:05 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-29 21:53:05 +0000
commit1a6f3e1d60c13d0d654d90b24bef63f19ab9b3b0 (patch)
treeb0c356869c52c079671c56987c94820b08a414fa /libvo/video_out.h
parent4b0580893934337ea1aaf21e996e5db8f5641658 (diff)
downloadmpv-1a6f3e1d60c13d0d654d90b24bef63f19ab9b3b0.tar.bz2
mpv-1a6f3e1d60c13d0d654d90b24bef63f19ab9b3b0.tar.xz
video out driver list support (like -vc, example: -vo xmga,xv,x11,)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7563 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 04e0c219ea..c6bd52e3f1 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -151,6 +151,9 @@ typedef struct vo_functions_s
char *vo_format_name(int format);
int vo_init(void);
+vo_functions_t* init_best_video_out(char** vo_list);
+void list_video_out();
+
// NULL terminated array of all drivers
extern vo_functions_t* video_out_drivers[];