summaryrefslogtreecommitdiff
path: root/postproc
diff options
context:
space:
mode:
authorPierre Lombard <p_l@gmx.fr>2003-09-21 01:23:07 +0000
committerPierre Lombard <p_l@gmx.fr>2003-09-21 01:23:07 +0000
commit3f4185517f12c45de316e67b9e733603116a51d3 (patch)
treead65351b67fc4863be194dcd8e0a2fef07a041ff /postproc
parente7106d5b8ebea5106876cfdf98b730ab6a715a4c (diff)
reversed for cause of code obsolescence
Originally committed as revision 10896 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc')
-rw-r--r--postproc/rgb2rgb.h2
1 files changed, 1 insertions, 1 deletions
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 <stdio.h>
+// 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);