Mercurial > libavcodec.hg
changeset 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 | 0aa744ab1c07 |
children | 126f766bc4c5 |
files | avcodec.h |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
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;