diff options
author | James Almer <jamrial@gmail.com> | 2013-06-02 17:48:49 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2013-06-15 18:49:12 -0300 |
commit | b6249acae6963691211af21dc262be7ac0d9b090 (patch) | |
tree | 237b514b8b095bfb5dab2bb2980dcc597a20bf8e /libavutil/hash.h | |
parent | 194fde38349e0cf9020849d48d886ed804e4d714 (diff) | |
download | ffmpeg-b6249acae6963691211af21dc262be7ac0d9b090.tar.gz |
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.h | 2 |
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. |