From 2115e2306e8d7b5dcae452aa2dff37287ba4de48 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 16 Jan 2018 11:37:21 +0100 Subject: video: add utility function to pick conversion image format from a list --- video/img_format.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/img_format.h') diff --git a/video/img_format.h b/video/img_format.h index 123c8ba55e..c8f60f0414 100644 --- a/video/img_format.h +++ b/video/img_format.h @@ -244,5 +244,6 @@ char **mp_imgfmt_name_list(void); int mp_imgfmt_find(int xs, int ys, int planes, int component_bits, int flags); int mp_imgfmt_select_best(int dst1, int dst2, int src); +int mp_imgfmt_select_best_list(int *dst, int num_dst, int src); #endif /* MPLAYER_IMG_FORMAT_H */ -- cgit v1.2.3