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 3002f5001d..a04a819616 100644
--- a/libavcodec/a64enc.h
+++ b/libavcodec/a64enc.h
@@ -45,6 +45,8 @@ typedef struct A64Context {
int *mc_meta_charset;
int *mc_charmap;
int *mc_best_cb;
+ int *mc_charset;
+ int mc_luma_vals[5];
} A64Context;
#endif /* AVCODEC_A64ENC_H */