summaryrefslogtreecommitdiff
path: root/libavutil/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/hash.c')
-rw-r--r--libavutil/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/hash.c b/libavutil/hash.c
index 481010dee8..80bf164a1b 100644
--- a/libavutil/hash.c
+++ b/libavutil/hash.c
@@ -56,7 +56,7 @@ struct {
[MD5] = {"MD5", 16},
[MURMUR3] = {"murmur3", 16},
[SHA160] = {"SHA160", 20},
- [SHA224] = {"SHA240", 28},
+ [SHA224] = {"SHA224", 28},
[SHA256] = {"SHA256", 32},
[CRC32] = {"CRC32", 4},
[ADLER32] = {"adler32", 4},