* fixed initialization and some memleak

* filling more avcodecs variables
* extending/improving mov parsing (unfinished)

Originally committed as revision 1812 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Zdenek Kabelac
2003-04-22 08:36:39 +00:00
parent 693feac556
commit 5cd62665f0
2 changed files with 280 additions and 126 deletions

View File

@@ -1080,6 +1080,14 @@ typedef struct AVCodecContext {
* - decoding: unused
*/
int inter_quant_bias;
/**
* color table ID.
* - encoding: unused.
* - decoding: which clrtable should be used for 8bit RGB images
* table have to be stored somewhere FIXME
*/
int color_table_id;
} AVCodecContext;