mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-24 00:02:52 +00:00
avutil/cast5: Mark key_bits as const
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
dfc0708e23
commit
156f64bdf1
@ -532,7 +532,7 @@ int main(int argc, char** argv)
|
||||
const uint8_t iv[8] = {0xee, 0xa9, 0xd0, 0xa2, 0x49, 0xfd, 0x3b, 0xa6};
|
||||
static uint8_t rpt2[2][16];
|
||||
int i, j, err = 0;
|
||||
static int key_bits[3] = {128, 80, 40};
|
||||
static const int key_bits[3] = {128, 80, 40};
|
||||
uint8_t temp[8];
|
||||
AVCAST5 *cs;
|
||||
cs = av_cast5_alloc();
|
||||
|
Loading…
Reference in New Issue
Block a user