From 82c7a8129065b6e51a5283992932487361b6c8d5 Mon Sep 17 00:00:00 2001 From: arpi Date: Sat, 9 Feb 2002 01:30:35 +0000 Subject: vo_yuv4mpeg added git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4600 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/video_out.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libvo/video_out.c') diff --git a/libvo/video_out.c b/libvo/video_out.c index 139e1153c8..1235c37321 100644 --- a/libvo/video_out.c +++ b/libvo/video_out.c @@ -84,6 +84,7 @@ extern vo_functions_t video_out_png; 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 @@ vo_functions_t* video_out_drivers[] = &video_out_pgm, &video_out_md5, &video_out_mpegpes, + &video_out_yuv4mpeg, #ifdef HAVE_VESA &video_out_vesa, #endif -- cgit v1.2.3