[FFmpeg-devel] [PATCH] Add AV_HASH_MAX_SIZE.

James Almer jamrial at gmail.com
Thu May 30 09:49:30 CEST 2013


On 29/05/13 5:36 PM, Reimar Döffinger wrote:
> On Sun, May 26, 2013 at 04:49:37AM -0300, James Almer wrote:
>> On 14/05/13 5:16 PM, Reimar Döffinger wrote:
>>> Makes it easier to use static allocation for the result buffer.
>>>
>>> Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
>>> ---
>>>  libavutil/hash.h |   12 ++++++++++++
>>>  1 file changed, 12 insertions(+)
>>
>> I think this should be committed before master is cut into a new release branch.
> 
> Ok, pushed, but I don't see why it should matter, we don't install
> the header currently.
> It's quite some way from being a full replacement for the individual
> has functions, for example for hashes that support arbitrary
> initialization values there is no way to set that currently.

I thought we were installing it, which is why i pinged the patch. My bad.

And i agree, we should make it so it can accept arbitrary initialization values for 
hashes that support it.
I'll look into it if no one else does.

Regards.


More information about the ffmpeg-devel mailing list