On 07/02/2012 12:48 PM, Samuel Pitoiset wrote:
> On Mon, Jul 2, 2012 at 10:12 AM, Diego Biurrun <[email protected]> wrote:
>> On Sun, Jul 01, 2012 at 06:28:18PM +0200, Samuel Pitoiset wrote:
>>> --- /dev/null
>>> +++ b/libavutil/blowfish.c
>>> @@ -0,0 +1,506 @@
>>> +/*
>>> + * Blowfish algorithm
>>> + * Copyright (c) 2012 Samuel Pitoiset
>>> + *
>>> + * loosely based on Paul Kocher's implementation
>>
>> Which is licensed as ..?
> 
> lgplv2+

Perfect, we wanted to make sure, just in case.

>> av_cold
> 
> What do you mean here?

append av_cold to the function, av_cold is an attributed used to mark
non-recurring or otherwise not speed concerning codepaths, we mark that
way init functions and similar.

e.g.

av_cold void my_init()

lu

-- 

Luca Barbato
Gentoo/linux
http://dev.gentoo.org/~lu_zero

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to