diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-06-02 22:18:56 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-06-02 22:18:56 +0000 |
commit | 6a90ef1128ca51713804e94da00f9c3a7440ec16 (patch) | |
tree | 7334efc2d5286d3842c0256a26673a381c9514b2 /src/libmpeg2/header.c | |
parent | 11de71b0938af5b027b78b0e0db9617ab22a319f (diff) | |
download | xine-lib-6a90ef1128ca51713804e94da00f9c3a7440ec16.tar.gz xine-lib-6a90ef1128ca51713804e94da00f9c3a7440ec16.tar.bz2 |
Various static/const fixes from Gentoo.
CVS patchset: 8009
CVS date: 2006/06/02 22:18:56
Diffstat (limited to 'src/libmpeg2/header.c')
-rw-r--r-- | src/libmpeg2/header.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmpeg2/header.c b/src/libmpeg2/header.c index e435fb405..7f1ef1fc8 100644 --- a/src/libmpeg2/header.c +++ b/src/libmpeg2/header.c @@ -34,7 +34,7 @@ #include "attributes.h" /* default intra quant matrix, in zig-zag order */ -static uint8_t default_intra_quantizer_matrix[64] ATTR_ALIGN(16) = { +static const uint8_t default_intra_quantizer_matrix[64] ATTR_ALIGN(16) = { 8, 16, 16, 19, 16, 19, |