[FFmpeg-cvslog] h264data: Remove unused luma_dc_field_scan table
Diego Biurrun
git at videolan.org
Wed Aug 21 12:17:36 CEST 2013
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Aug 19 12:43:17 2013 +0200| [f34de1486aa0eb147d46ba5d2cb86a17407bb7ce] | committer: Diego Biurrun
h264data: Remove unused luma_dc_field_scan table
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f34de1486aa0eb147d46ba5d2cb86a17407bb7ce
---
libavcodec/h264data.h | 7 -------
1 file changed, 7 deletions(-)
diff --git a/libavcodec/h264data.h b/libavcodec/h264data.h
index 5311c21..222ffe2 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,
More information about the ffmpeg-cvslog
mailing list