[FFmpeg-devel] [PATCH] avutil: undo FF_API_CRYPTO_CONTEXT deprecation

James Almer jamrial at gmail.com
Sat Oct 17 00:15:08 CEST 2015


On 10/16/2015 6:36 PM, Ronald S. Bultje wrote:
> Hi,
> 
> On Fri, Oct 16, 2015 at 4:34 PM, James Almer <jamrial at gmail.com> wrote:
> 
>> It's been argued that the benefits of the current implementation far
>> outweight
>> those of making the structs opaque.
>>
>> This deprecation is not present in any release, so it can be safely
>> removed.
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>>  libavutil/blowfish.c | 9 ---------
>>  libavutil/blowfish.h | 5 -----
>>  libavutil/des.c      | 7 -------
>>  libavutil/des.h      | 5 -----
>>  libavutil/rc4.c      | 7 -------
>>  libavutil/rc4.h      | 5 -----
>>  libavutil/version.h  | 3 ---
>>  libavutil/xtea.c     | 6 ------
>>  libavutil/xtea.h     | 5 -----
>>  9 files changed, 52 deletions(-)
> 
> 
> LGTM.
> 
> Ronald

Pushed, thanks.



More information about the ffmpeg-devel mailing list