# HG changeset patch # User arpi # Date 1014860509 0 # Node ID 1602b4fed5a105920650f1a6e901ca1d487bc691 # Parent 2ebd5bed2ce41fc8993041c1d28ca2478f75a697 callbacks added diff -r 2ebd5bed2ce4 -r 1602b4fed5a1 libmpcodecs/vd.h --- 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); + +