]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavformat/isom.h
allocate palette in codec directly
[frescor/ffmpeg.git] / libavformat / isom.h
index edf860bc8a16b208f154f298251affc76d1c05de..ecfa83c1502bb63a15b68f1b75edf0f107bade06 100644 (file)
@@ -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) */