[Mplayer-cvslog] CVS: main/libmpcodecs vd.h,1.1,1.2

Arpi of Ize arpi at mplayer.dev.hu
Thu Feb 28 02:41:51 CET 2002


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mplayer:/var/tmp.root/cvs-serv22694

Modified Files:
	vd.h 
Log Message:
callbacks added

Index: vd.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vd.h	28 Feb 2002 00:57:30 -0000	1.1
+++ vd.h	28 Feb 2002 01:41:49 -0000	1.2
@@ -36,3 +36,8 @@
 
 #define VDCTRL_QUERY_FORMAT 3 /* test for availabilty of a format */
 
+// callbacks:
+int mpcodecs_config_vo(sh_video_t *sh, int w, int h, unsigned int preferred_outfmt);
+mp_image_t* mpcodecs_get_image(sh_video_t *sh, int mp_imgtype, int mp_imgflag, int w, int h);
+
+




More information about the MPlayer-cvslog mailing list