Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
156f64bd
Commit
156f64bd
authored
May 02, 2015
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avutil/cast5: Mark key_bits as const
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
dfc0708e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cast5.c
libavutil/cast5.c
+1
-1
No files found.
libavutil/cast5.c
View file @
156f64bd
...
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment