summaryrefslogtreecommitdiff
path: root/libavcodec/h264.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/h264.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/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 302f09a513..5bf6b70ccc 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -835,7 +835,6 @@ typedef struct H264Context {
} H264Context;
-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];
/**