[FFmpeg-devel] [PATCH 1/2] lavu/hash: Add support for SHA-2 512

James Almer jamrial at gmail.com
Sat Jun 15 21:10:44 CEST 2013


On 15/06/13 6:08 AM, Michael Niedermayer wrote:
> On Sun, Jun 02, 2013 at 05:58:15PM -0300, James Almer wrote:
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
> [...]
>> diff --git a/libavutil/hash.h b/libavutil/hash.h
>> index 5dd8712..9bf715e 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
> 
> this needs a minor version bump

This is not public API, though. The header is not being installed yet.
Should i bump it anyway?


More information about the ffmpeg-devel mailing list