From add1467e5e447b79e8743a0b05c54dcf58c61dfe Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 23 Mar 2016 13:34:23 +0100 Subject: svq3: drop the build dependency on the h264 decoder --- libavcodec/h264.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/h264.h') 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]; /** -- cgit v1.2.3