Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h.

The iff.h header only declared one function that is now static, the
libavformat/iff.c source file wasn't using it before. Drop the file
entirely.

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Diego Elio Pettenò
2011-01-25 00:29:44 +00:00
committed by Mans Rullgard
parent 4c57cde942
commit 2d162e3825
3 changed files with 1 additions and 33 deletions

View File

@ -30,7 +30,6 @@
*/
#include "libavutil/intreadwrite.h"
#include "libavcodec/iff.h"
#include "avformat.h"
#define ID_8SVX MKTAG('8','S','V','X')