summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-03-23 13:34:23 +0100
committerAnton Khirnov <anton@khirnov.net>2016-03-28 09:58:26 +0200
commitadd1467e5e447b79e8743a0b05c54dcf58c61dfe (patch)
tree1c89ba2f739ee83774e567eab1b5bc2ca5fe0e8b /libavcodec/h264.h
parenta4d126dc59c39bb03e5e444432d1b27af26a45b4 (diff)
svq3: drop the build dependency on the h264 decoder
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index e00ce8857f..4c0d434712 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -743,7 +743,6 @@ typedef struct H264Context {
qpel_mc_func (*qpel_avg)[16];
} H264Context;
-extern const uint8_t ff_h264_chroma_qp[3][QP_MAX_NUM + 1]; ///< One chroma qp table for each supported bit depth (8, 9, 10).
extern const uint16_t ff_h264_mb_sizes[4];
/**