Mercurial > mplayer.hg
diff libmpcodecs/vf.h @ 28174:245a232deb93
Avoid flickering OSD with -vf yadif=1
author | reimar |
---|---|
date | Tue, 30 Dec 2008 10:38:29 +0000 |
parents | 41652035483c |
children | 134689b7b548 |
line wrap: on
line diff
--- a/libmpcodecs/vf.h Mon Dec 29 19:09:45 2008 +0000 +++ b/libmpcodecs/vf.h Tue Dec 30 10:38:29 2008 +0000 @@ -112,6 +112,7 @@ int width, int height, int d_width, int d_height, unsigned int flags, unsigned int outfmt); int vf_next_control(struct vf_instance_s* vf, int request, void* data); +void vf_extra_flip(struct vf_instance_s* vf); int vf_next_query_format(struct vf_instance_s* vf, unsigned int fmt); int vf_next_put_image(struct vf_instance_s* vf,mp_image_t *mpi, double pts); void vf_next_draw_slice (struct vf_instance_s* vf, unsigned char** src, int* stride, int w,int h, int x, int y);