diff options
author | Tobias Bindhammer <tobias.bindhammer@uni-ulm.de> | 2010-10-05 12:14:14 +0000 |
---|---|---|
committer | Tobias Bindhammer <tobias.bindhammer@uni-ulm.de> | 2010-10-05 12:14:14 +0000 |
commit | a4d269030976e04d9db0ae9e9c0ed21865048936 (patch) | |
tree | bc0ac7228364d2d3e92b393d4ffc312596167944 /libavcodec/a64enc.h | |
parent | a44da176ac304f023bd1b2e48915d5c2c23fdf9a (diff) | |
download | ffmpeg-a4d269030976e04d9db0ae9e9c0ed21865048936.tar.gz |
Introduce palette with dynamic size.
Originally committed as revision 25344 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/a64enc.h')
-rw-r--r-- | libavcodec/a64enc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/a64enc.h b/libavcodec/a64enc.h index caa4891e09..fb559ba82b 100644 --- a/libavcodec/a64enc.h +++ b/libavcodec/a64enc.h @@ -48,6 +48,8 @@ typedef struct A64Context { int mc_luma_vals[5]; uint8_t *mc_charset; uint8_t *mc_colram; + uint8_t *mc_palette; + int mc_pal_size; } A64Context; #endif /* AVCODEC_A64ENC_H */ |