git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04c50cb
)
avcodec/dxtory: make def_lru[8] static
author
Michael Niedermayer
<michaelni@gmx.at>
Fri, 2 Aug 2013 21:11:31 +0000
(23:11 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Fri, 2 Aug 2013 21:11:31 +0000
(23:11 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/dxtory.c
patch
|
blob
|
history
diff --git
a/libavcodec/dxtory.c
b/libavcodec/dxtory.c
index
6018ebb
..
17d0bbb
100644
(file)
--- a/
libavcodec/dxtory.c
+++ b/
libavcodec/dxtory.c
@@
-66,7
+66,7
@@
static int dxtory_decode_v1(AVCodecContext *avctx, AVFrame *pic,
return 0;
}
-const uint8_t def_lru[8] = { 0x00, 0x20, 0x40, 0x60, 0x80, 0xA0, 0xC0, 0xFF };
+
static
const uint8_t def_lru[8] = { 0x00, 0x20, 0x40, 0x60, 0x80, 0xA0, 0xC0, 0xFF };
static inline uint8_t decode_sym(GetBitContext *gb, uint8_t lru[8])
{