X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh264.h;h=23dcccf50fea3b0d5cd7145d08f55500252fa840;hb=f9505923a344a56c3ff36925adb7f0c3c9a3996c;hp=7605e97b5755faef6234b094eb3abaf505b6de92;hpb=6851130fd61ff8af615f6270f3a3c8dec7a0cfbd;p=ffmpeg diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 7605e97b575..23dcccf50fe 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -104,7 +104,7 @@ */ #define DELAYED_PIC_REF 4 -#define QP_MAX_NUM (51 + 4*6) // The maximum supported qp +#define QP_MAX_NUM (51 + 6*6) // The maximum supported qp /* NAL unit types */ enum { @@ -598,7 +598,7 @@ typedef struct H264Context { int parse_last_mb; } H264Context; -extern const uint8_t ff_h264_chroma_qp[5][QP_MAX_NUM + 1]; ///< One chroma qp table for each possible bit depth (8-12). +extern const uint8_t ff_h264_chroma_qp[7][QP_MAX_NUM + 1]; ///< One chroma qp table for each possible bit depth (8-14). extern const uint16_t ff_h264_mb_sizes[4]; /**