From 5f2a8474aee2a0353a07a6a74a0312f5e5f5ef23 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 20 Mar 2015 00:21:23 +0100 Subject: video: uninline memcpy_pic functions There's literally no reason why these functions have to be inline (they might be performance critical, but then the function call overhead isn't going to matter at all). Uninline them and move them to mp_image.c. Drop the header file and fix all uses of it. --- sub/img_convert.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sub/img_convert.c') diff --git a/sub/img_convert.c b/sub/img_convert.c index 2094e98086..af2cb92a88 100644 --- a/sub/img_convert.c +++ b/sub/img_convert.c @@ -29,7 +29,6 @@ #include "video/img_format.h" #include "video/mp_image.h" #include "video/sws_utils.h" -#include "video/memcpy_pic.h" struct osd_conv_cache { struct sub_bitmap part[MP_SUB_BB_LIST_MAX]; -- cgit v1.2.3