diff libvo/video_out.c @ 4599:88843786301e

vo_yuv4mpeg added
author arpi
date Sat, 09 Feb 2002 01:30:35 +0000
parents b3b2fc48b045
children 95fa3901cafc
line wrap: on
line diff
--- a/libvo/video_out.c	Sat Feb 09 01:29:11 2002 +0000
+++ b/libvo/video_out.c	Sat Feb 09 01:30:35 2002 +0000
@@ -84,6 +84,7 @@
 extern vo_functions_t video_out_ggi;
 extern vo_functions_t video_out_aa;
 extern vo_functions_t video_out_mpegpes;
+extern vo_functions_t video_out_yuv4mpeg;
 extern vo_functions_t video_out_dxr3;
 #ifdef HAVE_VESA
 extern vo_functions_t video_out_vesa;
@@ -154,6 +155,7 @@
         &video_out_pgm,
         &video_out_md5,
 	&video_out_mpegpes,
+	&video_out_yuv4mpeg,
 #ifdef HAVE_VESA
 	&video_out_vesa,
 #endif