CVS: main/libvo video_out.c,1.11,1.12
Update of /cvsroot/mplayer/main/libvo In directory usw-pr-cvs1:/tmp/cvs-serv10191 Modified Files: video_out.c Log Message: added vo png support Index: video_out.c =================================================================== RCS file: /cvsroot/mplayer/main/libvo/video_out.c,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** video_out.c 2001/04/13 13:47:36 1.11 --- video_out.c 2001/04/19 20:14:30 1.12 *************** *** 63,66 **** --- 63,67 ---- extern vo_functions_t video_out_fbdev; extern vo_functions_t video_out_svga; + extern vo_functions_t video_out_png; vo_functions_t* video_out_drivers[] = *************** *** 104,107 **** --- 105,109 ---- &video_out_pgm, &video_out_md5, + &video_out_png, NULL }; _______________________________________________ Mplayer-cvslog mailing list Mplayer-cvslog@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
participants (1)
-
Felix Buenemann