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
54eac519
Commit
54eac519
authored
Feb 09, 2015
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avutil/camellia: Fix indention & whitespace
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
9a18247e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
camellia.c
libavutil/camellia.c
+13
-13
No files found.
libavutil/camellia.c
View file @
54eac519
...
...
@@ -145,7 +145,7 @@ static uint64_t F(uint64_t F_IN, uint64_t KE)
uint8_t
y
[
8
];
KE
^=
F_IN
;
AV_WB64
(
y
,
KE
);
KE
=
SP
[
0
][
y
[
0
]]
^
SP
[
1
][
y
[
1
]]
^
SP
[
2
][
y
[
2
]]
^
SP
[
3
][
y
[
3
]]
^
SP
[
4
][
y
[
4
]]
^
SP
[
5
][
y
[
5
]]
^
SP
[
6
][
y
[
6
]]
^
SP
[
7
][
y
[
7
]];
KE
=
SP
[
0
][
y
[
0
]]
^
SP
[
1
][
y
[
1
]]
^
SP
[
2
][
y
[
2
]]
^
SP
[
3
][
y
[
3
]]
^
SP
[
4
][
y
[
4
]]
^
SP
[
5
][
y
[
5
]]
^
SP
[
6
][
y
[
6
]]
^
SP
[
7
][
y
[
7
]];
return
KE
;
}
...
...
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