summaryrefslogtreecommitdiff
path: root/libavcodec/iff.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-08 02:36:00 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-08 02:36:00 +0000
commitd9747e29b657f6d999327ee2f2e48a0fe176b87c (patch)
treedbbfd632f170812966c45b070075a17f5543f4c1 /libavcodec/iff.c
parentae2c69438881ecd9f3ff7dffaf66e62379279820 (diff)
IFF: move ff_cmap_read_palette() prototype to a header file
Originally committed as revision 22307 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/iff.c')
-rw-r--r--libavcodec/iff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/iff.c b/libavcodec/iff.c
index a8e64268ee..490d347ec0 100644
--- a/libavcodec/iff.c
+++ b/libavcodec/iff.c
@@ -27,6 +27,7 @@
#include "bytestream.h"
#include "avcodec.h"
#include "get_bits.h"
+#include "iff.h"
typedef struct {
AVFrame frame;