From f5e3da616ae49b67367d19da019d61a7316bb359 Mon Sep 17 00:00:00 2001 From: pl Date: Sun, 21 Sep 2003 01:23:07 +0000 Subject: reversed for cause of code obsolescence git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10896 b3059339-0415-0410-9bf9-f77b7e298cf2 --- postproc/rgb2rgb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postproc') diff --git a/postproc/rgb2rgb.h b/postproc/rgb2rgb.h index c92d7273db..e604d294bd 100644 --- a/postproc/rgb2rgb.h +++ b/postproc/rgb2rgb.h @@ -9,7 +9,7 @@ #ifndef RGB2RGB_INCLUDED #define RGB2RGB_INCLUDED -#include +// Note: do not fix the dependence on stdio.h /* A full collection of rgb to rgb(bgr) convertors */ extern void (*rgb24to32)(const uint8_t *src,uint8_t *dst,unsigned src_size); -- cgit v1.2.3