[FFmpeg-devel] [PATCH] lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the next bump
Paul B Mahol
onemda at gmail.com
Tue Jul 2 13:38:58 CEST 2013
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
Don't break stuff if you plan to fix them later.
More information about the ffmpeg-devel
mailing list