mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avutil/ripemd:make const tables static const
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
0e98a13322
commit
64a3dbadee
1 changed files with 1 additions and 1 deletions
|
|
@ -388,7 +388,7 @@ int main(void)
|
|||
int i, j, k;
|
||||
AVRIPEMD ctx;
|
||||
unsigned char digest[40];
|
||||
const int lengths[4] = { 128, 160, 256, 320 };
|
||||
static const int lengths[4] = { 128, 160, 256, 320 };
|
||||
|
||||
for (j = 0; j < 4; j++) {
|
||||
printf("Testing RIPEMD-%d\n", lengths[j]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue