]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264data.h
lzf: update pointer p after realloc
[ffmpeg] / libavcodec / h264data.h
index ca9b43dde869e6ffbfc8031eea44240211bda580..f1284e6b697987bb70b29089ed8341a93a8af7ab 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <stdint.h>
 
-#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 */