1
mirror of https://github.com/mpv-player/mpv synced 2024-10-18 10:25:02 +02:00

callbacks added

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4884 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-02-28 01:41:49 +00:00
parent 450bba2c37
commit e1a8082186

View File

@ -36,3 +36,8 @@ extern vd_functions_t* mpcodecs_vd_drivers[];
#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);