summaryrefslogtreecommitdiff
path: root/libavcodec/a64enc.h
diff options
context:
space:
mode:
authorTobias Bindhammer <tobias.bindhammer@uni-ulm.de>2010-08-24 15:21:27 +0000
committerTobias Bindhammer <tobias.bindhammer@uni-ulm.de>2010-08-24 15:21:27 +0000
commite2f402f160cf574cc69431f4a40a60078cf5e911 (patch)
tree081b1c292397263929a038f454d980e3890d8128 /libavcodec/a64enc.h
parenteedca998eb6b2271248324469b45d7d99ea86aff (diff)
added interlacing option and compression option for colorram (lut)
Originally committed as revision 24901 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/a64enc.h')
-rw-r--r--libavcodec/a64enc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/a64enc.h b/libavcodec/a64enc.h
index a04a819616..caa4891e09 100644
--- a/libavcodec/a64enc.h
+++ b/libavcodec/a64enc.h
@@ -45,8 +45,9 @@ typedef struct A64Context {
int *mc_meta_charset;
int *mc_charmap;
int *mc_best_cb;
- int *mc_charset;
int mc_luma_vals[5];
+ uint8_t *mc_charset;
+ uint8_t *mc_colram;
} A64Context;
#endif /* AVCODEC_A64ENC_H */