diff options
author | Måns Rullgård <mans@mansr.com> | 2010-03-08 02:36:00 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-03-08 02:36:00 +0000 |
commit | d9747e29b657f6d999327ee2f2e48a0fe176b87c (patch) | |
tree | dbbfd632f170812966c45b070075a17f5543f4c1 /libavcodec/iff.c | |
parent | ae2c69438881ecd9f3ff7dffaf66e62379279820 (diff) | |
download | ffmpeg-d9747e29b657f6d999327ee2f2e48a0fe176b87c.tar.gz |
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.c | 1 |
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; |