summaryrefslogtreecommitdiff
path: root/libavcodec/h264data.h
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-05-03 10:57:36 +0100
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-05-03 10:57:36 +0100
commita454ad670c770902f739012ff9ed4178bd9e6feb (patch)
tree515d62878dae7d0536e211fc44ba6855ce00a462 /libavcodec/h264data.h
parent43b7e5aa3204b8590b24bd9fca91a3e494f52edd (diff)
parentadd1467e5e447b79e8743a0b05c54dcf58c61dfe (diff)
Merge commit 'add1467e5e447b79e8743a0b05c54dcf58c61dfe'
* commit 'add1467e5e447b79e8743a0b05c54dcf58c61dfe': svq3: drop the build dependency on the h264 decoder Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'libavcodec/h264data.h')
-rw-r--r--libavcodec/h264data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/h264data.h b/libavcodec/h264data.h
index a1d00e27bc..988352aa9a 100644
--- a/libavcodec/h264data.h
+++ b/libavcodec/h264data.h
@@ -74,4 +74,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[7][QP_MAX_NUM + 1];
+
#endif /* AVCODEC_H264DATA_H */