summaryrefslogtreecommitdiff
path: root/libavformat/iff.c
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gmail.com>2011-01-25 00:29:44 +0000
committerMichael Niedermayer <michaelni@gmx.at>2011-01-28 03:15:33 +0100
commit4b21c38180b2d64e3688434823769879a67e48e2 (patch)
tree8106fd05897d74e3a8b6e7cd53f1a5a8d60adb84 /libavformat/iff.c
parentdff80041e3057004838aa500392437a6999e3b41 (diff)
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> (cherry picked from commit 2d162e3825a35b6ac42a27d27c4a3ebbd141828d)
Diffstat (limited to 'libavformat/iff.c')
-rw-r--r--libavformat/iff.c1
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')