summaryrefslogtreecommitdiffstats
path: root/video/img_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/img_format.h')
-rw-r--r--video/img_format.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/img_format.h b/video/img_format.h
index d9da81f2f9..b93e0fe974 100644
--- a/video/img_format.h
+++ b/video/img_format.h
@@ -239,4 +239,6 @@ char **mp_imgfmt_name_list(void);
int mp_imgfmt_find_yuv_planar(int xs, int ys, int planes, int component_bits);
+int mp_imgfmt_select_best(int dst1, int dst2, int src);
+
#endif /* MPLAYER_IMG_FORMAT_H */