diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-03-23 13:34:23 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-03-28 09:58:26 +0200 |
commit | add1467e5e447b79e8743a0b05c54dcf58c61dfe (patch) | |
tree | 1c89ba2f739ee83774e567eab1b5bc2ca5fe0e8b /libavcodec/h264data.h | |
parent | a4d126dc59c39bb03e5e444432d1b27af26a45b4 (diff) | |
download | ffmpeg-add1467e5e447b79e8743a0b05c54dcf58c61dfe.tar.gz |
svq3: drop the build dependency on the h264 decoder
Diffstat (limited to 'libavcodec/h264data.h')
-rw-r--r-- | libavcodec/h264data.h | 2 |
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 */ |