Commit 0e0de177 authored by kabi's avatar kabi

* fixed initialization and some memleak

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1812 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 74ea68dd
...@@ -1080,6 +1080,14 @@ typedef struct AVCodecContext { ...@@ -1080,6 +1080,14 @@ typedef struct AVCodecContext {
* - decoding: unused * - decoding: unused
*/ */
int inter_quant_bias; 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; } AVCodecContext;
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment