# HG changeset patch # User kabi # Date 1051000599 0 # Node ID ede882dd601f2ad379c2685853465180ba2f9a5c # Parent 0aa744ab1c07f12397f541dbf3877367db0925d5 * fixed initialization and some memleak * filling more avcodecs variables * extending/improving mov parsing (unfinished) diff -r 0aa744ab1c07 -r ede882dd601f avcodec.h --- a/avcodec.h Mon Apr 21 22:37:39 2003 +0000 +++ b/avcodec.h Tue Apr 22 08:36:39 2003 +0000 @@ -1080,6 +1080,14 @@ * - 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;