changeset 4883:1602b4fed5a1

callbacks added
author arpi
date Thu, 28 Feb 2002 01:41:49 +0000
parents 2ebd5bed2ce4
children c758cf9360d9
files libmpcodecs/vd.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vd.h	Thu Feb 28 01:26:45 2002 +0000
+++ b/libmpcodecs/vd.h	Thu Feb 28 01:41:49 2002 +0000
@@ -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);
+
+