From b81f0fed323a7cd79990d1294a5e105ead2d2467 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Fri, 27 May 2022 14:31:42 +0200 Subject: [PATCH] video codec: removed needless protoypes --- src/video_codec.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/video_codec.c b/src/video_codec.c index 019a35edc..93ba450b9 100644 --- a/src/video_codec.c +++ b/src/video_codec.c @@ -97,10 +97,6 @@ using std::min; static void vc_deinterlace_aligned(unsigned char *src, long src_linesize, int lines); static void vc_deinterlace_unaligned(unsigned char *src, long src_linesize, int lines); #endif -static decoder_func_t vc_copylineUYVYtoRG48; -static decoder_func_t vc_copylineRGBtoRG48; -static decoder_func_t vc_copylineRGBAtoRG48; -static decoder_func_t vc_copylineRG48toUYVY; /** * Defines codec metadata