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

Ronald S. Bultje rsbultje at gmail.com
Fri Oct 16 23:36:57 CEST 2015


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


More information about the ffmpeg-devel mailing list