From e49da8273be326b77d082a2060be2bfd86769bb1 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Sun, 15 Mar 2009 09:44:57 +0000 Subject: allocate palette in codec directly Originally committed as revision 17976 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/isom.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/isom.h') diff --git a/libavformat/isom.h b/libavformat/isom.h index edf860bc8a..ecfa83c150 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -126,7 +126,6 @@ typedef struct MOVContext { int64_t duration; /* duration of the longest track */ int found_moov; /* when both 'moov' and 'mdat' sections has been found */ int found_mdat; /* we suppose we have enough data to read the file */ - AVPaletteControl palette_control; DVDemuxContext *dv_demux; AVFormatContext *dv_fctx; int isom; /* 1 if file is ISO Media (mp4/3gp) */ -- cgit v1.2.3