diff options
author | Diego Elio Pettenò <flameeyes@gmail.com> | 2011-01-25 00:29:44 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-01-26 16:08:04 +0000 |
commit | 2d162e3825a35b6ac42a27d27c4a3ebbd141828d (patch) | |
tree | c65389457ce25cca562dc4462eda4260ba150854 /libavformat/iff.c | |
parent | 4c57cde942b3d28074d0bb06e2ca200bc1098f22 (diff) | |
download | ffmpeg-2d162e3825a35b6ac42a27d27c4a3ebbd141828d.tar.gz |
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>
Diffstat (limited to 'libavformat/iff.c')
-rw-r--r-- | libavformat/iff.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/iff.c b/libavformat/iff.c index e1afefbff3..e87195654f 100644 --- a/libavformat/iff.c +++ b/libavformat/iff.c @@ -30,7 +30,6 @@ */ #include "libavutil/intreadwrite.h" -#include "libavcodec/iff.h" #include "avformat.h" #define ID_8SVX MKTAG('8','S','V','X') |