git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53eecfd
)
Fix 'make checkheaders'.
author
Diego Biurrun
<diego@biurrun.de>
Mon, 2 Jul 2007 12:52:41 +0000
(12:52 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 2 Jul 2007 12:52:41 +0000
(12:52 +0000)
Originally committed as revision 23701 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
libswscale/rgb2rgb.h
patch
|
blob
|
history
diff --git
a/libswscale/rgb2rgb.h
b/libswscale/rgb2rgb.h
index
f7e9e5d
..
f233e2c
100644
(file)
--- a/
libswscale/rgb2rgb.h
+++ b/
libswscale/rgb2rgb.h
@@
-26,6
+26,8
@@
#ifndef RGB2RGB_INCLUDED
#define RGB2RGB_INCLUDED
+#include <inttypes.h>
+
/* A full collection of rgb to rgb(bgr) convertors */
extern void (*rgb24to32) (const uint8_t *src, uint8_t *dst, long src_size);
extern void (*rgb24to16) (const uint8_t *src, uint8_t *dst, long src_size);