This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavu/hash: Fix name of SHA224
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.0
James Almer
Michael Niedermayer
12 years ago
parent
b24530019f
commit
dc7656279a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavutil/hash.c
+ 1
- 1
libavutil/hash.c
View File
@@ -56,7 +56,7 @@ struct {
[MD5] = {"MD5", 16},
[MURMUR3] = {"murmur3", 16},
[SHA160] = {"SHA160", 20},
[SHA224] = {"SHA24
0
", 28},
[SHA224] = {"SHA2
2
4", 28},
[SHA256] = {"SHA256", 32},
[CRC32] = {"CRC32", 4},
[ADLER32] = {"adler32", 4},
Write
Preview
Loading…
Cancel
Save