diff avcodec.h @ 1210:ede882dd601f libavcodec

* fixed initialization and some memleak * filling more avcodecs variables * extending/improving mov parsing (unfinished)
author kabi
date Tue, 22 Apr 2003 08:36:39 +0000
parents 0f37976aa436
children fbbc429a6fc2
line wrap: on
line diff
--- 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;