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:
committed by
Mans Rullgard
parent
4c57cde942
commit
2d162e3825
@ -30,7 +30,6 @@
|
||||
*/
|
||||
|
||||
#include "libavutil/intreadwrite.h"
|
||||
#include "libavcodec/iff.h"
|
||||
#include "avformat.h"
|
||||
|
||||
#define ID_8SVX MKTAG('8','S','V','X')
|
||||
|
Reference in New Issue
Block a user