[FFmpeg-devel] [PATCH] lavfi: rename avfilter_all_* function names to avfilter_make_all_*
Stefano Sabatini
stefasab at gmail.com
Fri Sep 16 01:25:38 CEST 2011
On date Tuesday 2011-09-13 20:52:42 +0200, Michael Niedermayer encoded:
> On Tue, Sep 13, 2011 at 08:05:12PM +0200, Stefano Sabatini wrote:
> > Function names should tell what the function does rather than what the
> > function returns. This also avoids possible conflicts (e.g. between a
> > function and a public list of all supported formats), and clarifies
> > the code a bit.
> >
> > Breaks audio API/ABI, add a backward compatibility layer for video API/ABI.
> > ---
> > libavfilter/af_aformat.c | 6 +++---
> > libavfilter/af_aresample.c | 4 ++--
> > libavfilter/avfilter.h | 19 +++++++++++++++----
> > libavfilter/defaults.c | 8 ++++----
> > libavfilter/formats.c | 13 ++++++++++---
> > 5 files changed, 34 insertions(+), 16 deletions(-)
>
> LGTM
Applied.
--
FFmpeg = Funny and Frightening Most Problematic Elected Guru
More information about the ffmpeg-devel
mailing list