summaryrefslogtreecommitdiff
path: root/libavcodec/h264data.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-21 12:12:04 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-08-21 12:12:10 +0200
commite9cb43c6f67c8882dc3f303082e9398a0cff06e1 (patch)
tree9723e443af33e545f16d6a41dcbae879bb5d4e57 /libavcodec/h264data.h
parent614cf1a6133a143961798c5d87c9bffc2ca0da9e (diff)
parentf34de1486aa0eb147d46ba5d2cb86a17407bb7ce (diff)
Merge commit 'f34de1486aa0eb147d46ba5d2cb86a17407bb7ce'
* commit 'f34de1486aa0eb147d46ba5d2cb86a17407bb7ce': h264data: Remove unused luma_dc_field_scan table Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264data.h')
-rw-r--r--libavcodec/h264data.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/h264data.h b/libavcodec/h264data.h
index f3fc7f9425..2ad16de915 100644
--- a/libavcodec/h264data.h
+++ b/libavcodec/h264data.h
@@ -73,13 +73,6 @@ static const uint8_t luma_dc_zigzag_scan[16] = {
3 * 16 + 1 * 64, 1 * 16 + 3 * 64, 2 * 16 + 3 * 64, 3 * 16 + 3 * 64,
};
-static const uint8_t luma_dc_field_scan[16] = {
- 0 * 16 + 0 * 64, 2 * 16 + 0 * 64, 1 * 16 + 0 * 64, 0 * 16 + 2 * 64,
- 2 * 16 + 2 * 64, 3 * 16 + 0 * 64, 1 * 16 + 2 * 64, 3 * 16 + 2 * 64,
- 0 * 16 + 1 * 64, 2 * 16 + 1 * 64, 0 * 16 + 3 * 64, 2 * 16 + 3 * 64,
- 1 * 16 + 1 * 64, 3 * 16 + 1 * 64, 1 * 16 + 3 * 64, 3 * 16 + 3 * 64,
-};
-
static const uint8_t chroma_dc_scan[4] = {
(0 + 0 * 2) * 16, (1 + 0 * 2) * 16,
(0 + 1 * 2) * 16, (1 + 1 * 2) * 16,