From 66c6b5e2a5e6376c4a5c65b1d96fd7a1580bdfcf Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Thu, 20 Jan 2011 17:24:19 -0500 Subject: Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless. --- libavcodec/h264data.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/h264data.h') diff --git a/libavcodec/h264data.h b/libavcodec/h264data.h index 73fcc5ce38..b3631da93b 100644 --- a/libavcodec/h264data.h +++ b/libavcodec/h264data.h @@ -79,7 +79,8 @@ static const uint8_t luma_dc_field_scan[16]={ }; static const uint8_t chroma_dc_scan[4]={ - 0,1,2,3 + (0+0*2)*16, (1+0*2)*16, + (0+1*2)*16, (1+1*2)*16, //FIXME }; // zigzag_scan8x8_cavlc[i] = zigzag_scan8x8[(i/4) + 16*(i%4)] -- cgit v1.2.3