On Fri, 6 Jul 2012, Kostya Shishkov wrote:
--- It will probably be moved in separate file later in order to factor out common DCT code for MSS3 and MSS4 (aka MTS2) decoder, but that's not a reason not to hide it for now. --- libavcodec/mss3.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)diff --git a/libavcodec/mss3.c b/libavcodec/mss3.c index 37d8aee..25163c6 100644 --- a/libavcodec/mss3.c +++ b/libavcodec/mss3.c @@ -141,7 +141,7 @@ static const uint8_t mss3_chroma_quant[64] = { 99, 99, 99, 99, 99, 99, 99, 99 }; -const uint8_t zigzag_scan[64] = { +static const uint8_t zigzag_scan[64] = { 0, 1, 8, 16, 9, 2, 3, 10, 17, 24, 32, 25, 18, 11, 4, 5, 12, 19, 26, 33, 40, 48, 41, 34, -- 1.7.0.4
LGTM // Martin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
