diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-11 16:04:04 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-11 16:04:04 +0100 |
commit | 974c78a88db16711f89f50c8e3f5c98dd4a29c02 (patch) | |
tree | adbb68e8d4ef32d6ba67c2fde0f8cd9381353455 | |
parent | 1f4132d88afabba613d1c1a6da0ff84027078975 (diff) | |
download | xine-lib-974c78a88db16711f89f50c8e3f5c98dd4a29c02.tar.gz xine-lib-974c78a88db16711f89f50c8e3f5c98dd4a29c02.tar.bz2 |
Mark empty_spu static const.
-rw-r--r-- | src/dxr3/dxr3_decode_spu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dxr3/dxr3_decode_spu.c b/src/dxr3/dxr3_decode_spu.c index 139939d8e..dbbbc5b01 100644 --- a/src/dxr3/dxr3_decode_spu.c +++ b/src/dxr3/dxr3_decode_spu.c @@ -571,7 +571,7 @@ static void dxr3_spudec_discontinuity(spu_decoder_t *this_gen) static void dxr3_spudec_dispose(spu_decoder_t *this_gen) { - uint8_t empty_spu[] = { + static const uint8_t empty_spu[] = { 0x00, 0x26, 0x00, 0x08, 0x80, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x20, 0x01, 0x03, 0x00, 0x00, 0x04, 0x00, 0x00, 0x05, 0x00, 0x00, 0x01, 0x00, |