Mercurial > mplayer.hg
comparison libmpcodecs/vd.h @ 6708:8058078f1248
support for external pp by divx4. some fixes/cosmetics?
author | alex |
---|---|
date | Thu, 11 Jul 2002 19:16:30 +0000 |
parents | d2fbd113008e |
children | 3b20f07b2c16 |
comparison
equal
deleted
inserted
replaced
6707:3f0c724dac75 | 6708:8058078f1248 |
---|---|
24 | 24 |
25 // callbacks: | 25 // callbacks: |
26 int mpcodecs_config_vo(sh_video_t *sh, int w, int h, unsigned int preferred_outfmt); | 26 int mpcodecs_config_vo(sh_video_t *sh, int w, int h, unsigned int preferred_outfmt); |
27 mp_image_t* mpcodecs_get_image(sh_video_t *sh, int mp_imgtype, int mp_imgflag, int w, int h); | 27 mp_image_t* mpcodecs_get_image(sh_video_t *sh, int mp_imgtype, int mp_imgflag, int w, int h); |
28 | 28 |
29 #define VDFLAGS_DROPFRAME 3 |