summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
authorrik <rik@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-04 20:05:47 +0000
committerrik <rik@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-04 20:05:47 +0000
commit6f13ffb8c36df0350d100b4c4f22b94df15a96c9 (patch)
tree6d67e407618d48b4b68d76544a22a02e225922b0 /libvo/video_out.c
parent41090d9161c0a3e86b88f0509884dcbc5573fdf2 (diff)
downloadmpv-6f13ffb8c36df0350d100b4c4f22b94df15a96c9.tar.bz2
mpv-6f13ffb8c36df0350d100b4c4f22b94df15a96c9.tar.xz
new zoran driver as discussed on the CVS list. Hardware passthrough is
currently supported. Testing: mplayer file.avi -vc zrmjpeg -vo zr2 -v git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11391 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r--libvo/video_out.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 56b2d643d7..ad3f01265b 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -69,6 +69,7 @@ extern vo_functions_t video_out_tdfxfb;
extern vo_functions_t video_out_null;
//extern vo_functions_t video_out_odivx;
extern vo_functions_t video_out_zr;
+extern vo_functions_t video_out_zr2;
extern vo_functions_t video_out_bl;
extern vo_functions_t video_out_pgm;
extern vo_functions_t video_out_md5;
@@ -182,6 +183,7 @@ vo_functions_t* video_out_drivers[] =
#endif
#ifdef HAVE_ZR
&video_out_zr,
+ &video_out_zr2,
#endif
#ifdef HAVE_BL
&video_out_bl,