comparison libvo/video_out.c @ 4599:88843786301e

vo_yuv4mpeg added
author arpi
date Sat, 09 Feb 2002 01:30:35 +0000
parents b3b2fc48b045
children 95fa3901cafc
comparison
equal deleted inserted replaced
4598:badb76094897 4599:88843786301e
82 extern vo_functions_t video_out_svga; 82 extern vo_functions_t video_out_svga;
83 extern vo_functions_t video_out_png; 83 extern vo_functions_t video_out_png;
84 extern vo_functions_t video_out_ggi; 84 extern vo_functions_t video_out_ggi;
85 extern vo_functions_t video_out_aa; 85 extern vo_functions_t video_out_aa;
86 extern vo_functions_t video_out_mpegpes; 86 extern vo_functions_t video_out_mpegpes;
87 extern vo_functions_t video_out_yuv4mpeg;
87 extern vo_functions_t video_out_dxr3; 88 extern vo_functions_t video_out_dxr3;
88 #ifdef HAVE_VESA 89 #ifdef HAVE_VESA
89 extern vo_functions_t video_out_vesa; 90 extern vo_functions_t video_out_vesa;
90 #endif 91 #endif
91 extern vo_functions_t video_out_directfb; 92 extern vo_functions_t video_out_directfb;
152 &video_out_null, 153 &video_out_null,
153 // &video_out_odivx, 154 // &video_out_odivx,
154 &video_out_pgm, 155 &video_out_pgm,
155 &video_out_md5, 156 &video_out_md5,
156 &video_out_mpegpes, 157 &video_out_mpegpes,
158 &video_out_yuv4mpeg,
157 #ifdef HAVE_VESA 159 #ifdef HAVE_VESA
158 &video_out_vesa, 160 &video_out_vesa,
159 #endif 161 #endif
160 #ifdef HAVE_DIRECTFB 162 #ifdef HAVE_DIRECTFB
161 &video_out_directfb, 163 &video_out_directfb,