[FFmpeg-devel] [PATCH] avutil: install des.h, rc4.h and tree.h as public headers

Andreas Cadhalpun andreas.cadhalpun at googlemail.com
Wed Oct 21 00:33:49 CEST 2015


On 14.10.2015 14:07, Michael Niedermayer wrote:
> On Wed, Oct 14, 2015 at 12:37:31AM +0200, Andreas Cadhalpun wrote:
>> These headers contain functions supposed to be public.
>>
>> libavutil/des.h:
>>  av_des_alloc
>>  av_des_crypt
>>  av_des_init
>>  av_des_mac
>> libavutil/rc4.h:
>>  av_rc4_alloc
>>  av_rc4_crypt
>>  av_rc4_init
>> libavutil/tree.h
>>  av_tree_destroy
>>  av_tree_enumerate
>>  av_tree_find
>>  av_tree_insert
>>  av_tree_node_alloc
>>  av_tree_node_size
> 
> LGTM, but maybe you want to wait a day or 2 in case others have
> comments

FF_API_CRYPTO_CONTEXT has been removed, so I pushed this now.

Best regards,
Andreas



More information about the ffmpeg-devel mailing list