X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh264data.h;h=f1284e6b697987bb70b29089ed8341a93a8af7ab;hb=cad739dace55e3446ef7180de688173cd19fb000;hp=ca9b43dde869e6ffbfc8031eea44240211bda580;hpb=ad9d3384de08f02967d6eb11196ee8c78e8b2dba;p=ffmpeg diff --git a/libavcodec/h264data.h b/libavcodec/h264data.h index ca9b43dde86..f1284e6b697 100644 --- a/libavcodec/h264data.h +++ b/libavcodec/h264data.h @@ -21,7 +21,7 @@ #include -#include "h264.h" +#include "h264dec.h" extern const uint8_t ff_h264_golomb_to_pict_type[5]; extern const uint8_t ff_h264_golomb_to_intra4x4_cbp[48]; @@ -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 */