From add1467e5e447b79e8743a0b05c54dcf58c61dfe Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 23 Mar 2016 13:34:23 +0100 Subject: svq3: drop the build dependency on the h264 decoder --- libavcodec/h264data.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/h264data.h') 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 */ -- cgit v1.2.3