summaryrefslogtreecommitdiff
path: root/libavcodec/a64enc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/a64enc.h')
-rw-r--r--libavcodec/a64enc.h2
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 */