diff options
author | Pierre Lombard <p_l@gmx.fr> | 2003-09-21 01:23:07 +0000 |
---|---|---|
committer | Pierre Lombard <p_l@gmx.fr> | 2003-09-21 01:23:07 +0000 |
commit | 3f4185517f12c45de316e67b9e733603116a51d3 (patch) | |
tree | ad65351b67fc4863be194dcd8e0a2fef07a041ff /postproc | |
parent | e7106d5b8ebea5106876cfdf98b730ab6a715a4c (diff) | |
download | ffmpeg-streaming-3f4185517f12c45de316e67b9e733603116a51d3.zip ffmpeg-streaming-3f4185517f12c45de316e67b9e733603116a51d3.tar.gz |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc/rgb2rgb.h b/postproc/rgb2rgb.h index c92d727..e604d29 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); |