summaryrefslogtreecommitdiff
path: root/libavcodec/h264data.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h264data.h')
-rw-r--r--libavcodec/h264data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/h264data.h b/libavcodec/h264data.h
index ca9b43dde8..ab96f0835a 100644
--- a/libavcodec/h264data.h
+++ b/libavcodec/h264data.h
@@ -54,4 +54,6 @@ extern const uint8_t ff_h264_dequant8_coeff_init[6][6];
extern const uint8_t ff_h264_quant_rem6[QP_MAX_NUM + 1];
extern const uint8_t ff_h264_quant_div6[QP_MAX_NUM + 1];
+extern const uint8_t ff_h264_chroma_qp[3][QP_MAX_NUM + 1];
+
#endif /* AVCODEC_H264DATA_H */