summaryrefslogtreecommitdiffstats
path: root/video/mp_image.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-03-01 11:28:59 +0100
committerwm4 <wm4@nowhere>2013-03-01 11:28:59 +0100
commit56149ff5ac9b5a287ed74e3bbe141c179a638dfc (patch)
treeac6c6fff708e09a4d627ad7c0a9bcf1783d67c27 /video/mp_image.h
parentc9088fff86068f3fc983ec6944e648cdc3ebe0a3 (diff)
downloadmpv-56149ff5ac9b5a287ed74e3bbe141c179a638dfc.tar.bz2
mpv-56149ff5ac9b5a287ed74e3bbe141c179a638dfc.tar.xz
vf_flip: move flipping code to mp_image.c
Diffstat (limited to 'video/mp_image.h')
-rw-r--r--video/mp_image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/mp_image.h b/video/mp_image.h
index d51996c226..6ba9393671 100644
--- a/video/mp_image.h
+++ b/video/mp_image.h
@@ -103,6 +103,7 @@ void mp_image_unrefp(struct mp_image **p_img);
void mp_image_clear(struct mp_image *mpi, int x0, int y0, int x1, int y1);
void mp_image_crop(struct mp_image *img, int x0, int y0, int x1, int y1);
void mp_image_crop_rc(struct mp_image *img, struct mp_rect rc);
+void mp_image_vflip(struct mp_image *img);
void mp_image_set_size(struct mp_image *mpi, int w, int h);
void mp_image_set_display_size(struct mp_image *mpi, int dw, int dh);