Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2013-06-03 00:48:49 +0400
committerJames Almer <jamrial@gmail.com>2013-06-16 01:49:12 +0400
commitb6249acae6963691211af21dc262be7ac0d9b090 (patch)
tree237b514b8b095bfb5dab2bb2980dcc597a20bf8e /libavutil/hash.h
parent194fde38349e0cf9020849d48d886ed804e4d714 (diff)
lavu/hash: Add support for SHA-2 512
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavutil/hash.h')
-rw-r--r--libavutil/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/hash.h b/libavutil/hash.h
index 5dd8712a3e..9bf715e1ac 100644
--- a/libavutil/hash.h
+++ b/libavutil/hash.h
@@ -58,7 +58,7 @@ const char *av_hash_get_name(const struct AVHashContext *ctx);
* with larger sizes will not be considered an ABI change and should not cause
* your code to overflow a buffer.
*/
-#define AV_HASH_MAX_SIZE 32
+#define AV_HASH_MAX_SIZE 64
/**
* Get the size of the resulting hash value in bytes.