[FFmpeg-devel] [PATCH] lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the next bump

Stefano Sabatini stefasab at gmail.com
Wed Jul 3 13:25:35 CEST 2013


On date Tuesday 2013-07-02 11:38:58 +0000, Paul B Mahol encoded:
> On 7/1/13, Stefano Sabatini <stefasab at gmail.com> wrote:
> > Add function avfilter_graph_parse_ptr() and favor it in place of
> > avfilter_graph_parse(), which will be restored with the old/Libav
> > signature at the next bump.
> >
> > If HAVE_INCOMPATIBLE_LIBAV_API is enabled it will use the
> > Libav-compatible signature for avfilter_graph_parse().
> >
> > Should address trac ticket #2672.
> >
> > TODO: bump minor, update APIchanges
> > ---
> >  doc/examples/filtering_audio.c |  2 +-
> >  doc/examples/filtering_video.c |  2 +-
> >  ffplay.c                       |  2 +-
> >  libavdevice/lavfi.c            |  2 +-
> >  libavfilter/avfilter.h         | 65
> > ++++++++++++++++++++++++++++++++----------
> >  libavfilter/graphparser.c      | 30 ++++++++++---------
> >  libavfilter/version.h          |  5 +++-
> >  7 files changed, 75 insertions(+), 33 deletions(-)
> >
> 
> lgtm

Applied.
 
> Don't break stuff if you plan to fix them later.

Hu?
-- 
FFmpeg = Fast and Fundamentalist Majestic Peaceful Embarassing God


More information about the ffmpeg-devel mailing list