summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-09-21 01:23:07 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-09-21 01:23:07 +0000
commitf5e3da616ae49b67367d19da019d61a7316bb359 (patch)
treea0dc9e303475a46fa3e7fcbd5769254f98739a91 /postproc
parent7ac1575de7d421648308b24d8b237d2a5ee5ce5a (diff)
downloadmpv-f5e3da616ae49b67367d19da019d61a7316bb359.tar.bz2
mpv-f5e3da616ae49b67367d19da019d61a7316bb359.tar.xz
reversed for cause of code obsolescence
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10896 b3059339-0415-0410-9bf9-f77b7e298cf2
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);