You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-05-16 08:38:24 +02:00
avutil/cast5: Mark key_bits as const
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user