git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Include internal.h and imgconvert.h, they contain the prototypes for the
[ffmpeg.git]
/
libavcodec
/
imgconvert.c
diff --git
a/libavcodec/imgconvert.c
b/libavcodec/imgconvert.c
index
de6032d
..
ea5914d
100644
(file)
--- a/
libavcodec/imgconvert.c
+++ b/
libavcodec/imgconvert.c
@@
-33,6
+33,8
@@
#include "avcodec.h"
#include "dsputil.h"
#include "colorspace.h"
+#include "internal.h"
+#include "imgconvert.h"
#include "libavutil/pixdesc.h"
#if HAVE_MMX