mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
avcodec/dxtory: make def_lru[8] static
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
04c50cb3a0
commit
b984c727f5
@ -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])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user