[FFmpeg-devel] [PATCH] reintroduce avpriv_dsputil_init() to maintain ABI until next soname bump
James Almer
jamrial at gmail.com
Fri Jul 25 22:58:32 CEST 2014
On 25/07/14 5:02 PM, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> ---
> libavcodec/Makefile | 2 +-
> libavcodec/dsputil.h | 90 +++++++++++++++++++++++++++++++++++++++++++
> libavcodec/dsputil_compat.c | 52 +++++++++++++++++++++++++
> libavfilter/deshake.h | 4 +-
> libavfilter/f_select.c | 6 +--
> libavfilter/vf_deshake.c | 4 +-
> libavfilter/vf_mpdecimate.c | 10 ++---
> 7 files changed, 155 insertions(+), 13 deletions(-)
> create mode 100644 libavcodec/dsputil.h
> create mode 100644 libavcodec/dsputil_compat.c
>
This should probably be implemented with a new FF_API_ define.
More information about the ffmpeg-devel
mailing list