mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-27 10:51:31 +08:00
* 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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user