Skip to content
Snippets Groups Projects
Commit 5cd62665 authored by Zdenek Kabelac's avatar Zdenek Kabelac
Browse files

* 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
parent 693feac5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment