IFF: move ff_cmap_read_palette() prototype to a header file

Originally committed as revision 22307 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2010-03-08 02:36:00 +00:00
parent ae2c694388
commit d9747e29b6
3 changed files with 32 additions and 2 deletions

View File

@@ -27,6 +27,7 @@
#include "bytestream.h"
#include "avcodec.h"
#include "get_bits.h"
#include "iff.h"
typedef struct {
AVFrame frame;