diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-03-15 09:44:57 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-03-15 09:44:57 +0000 |
commit | e49da8273be326b77d082a2060be2bfd86769bb1 (patch) | |
tree | 0efa1d55bf75fc9fb8741443400b9fabc2ec2662 /libavformat/isom.h | |
parent | 6c00a9dec2ad3f2399e1e4f6f9b2908ec28302ca (diff) | |
download | ffmpeg-e49da8273be326b77d082a2060be2bfd86769bb1.tar.gz |
allocate palette in codec directly
Originally committed as revision 17976 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r-- | libavformat/isom.h | 1 |
1 files changed, 0 insertions, 1 deletions
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) */ |