[FFmpeg-devel] [PATCH] lavfi: add avfilter_default_filter_name()

Stefano Sabatini stefasab at gmail.com
Mon Jun 4 00:58:42 CEST 2012


On date Sunday 2012-06-03 22:45:39 +0200, Michael Niedermayer encoded:
> On Fri, Jun 01, 2012 at 02:49:31PM +0200, Stefano Sabatini wrote:
> > The function is modelled after av_default_item_name(), and will print the
> > name of the instance filter if defined, otherwise the name of the filter.
> > 
> > This allows to show the instance name in the log, which is useful when
> > debugging complex filter graphs.
> > ---
> >  libavfilter/af_aformat.c       |    2 +-
> >  libavfilter/af_amix.c          |    2 +-
> >  libavfilter/af_asyncts.c       |    2 +-
> >  libavfilter/af_silencedetect.c |    7 +------
> >  libavfilter/asrc_aevalsrc.c    |    7 +------
> >  libavfilter/asrc_anullsrc.c    |    7 +------
> >  libavfilter/avfilter.c         |    8 ++++----
> >  libavfilter/avfilter.h         |    6 ++++++
> >  libavfilter/avfiltergraph.c    |    2 +-
> >  libavfilter/buffersrc.c        |    2 +-
> >  libavfilter/src_movie.c        |    7 +------
> >  libavfilter/vf_ass.c           |    7 +------
> >  libavfilter/vf_blackdetect.c   |    7 +------
> >  libavfilter/vf_delogo.c        |    7 +------
> >  libavfilter/vf_drawtext.c      |    7 +------
> >  libavfilter/vf_fade.c          |    7 +------
> >  libavfilter/vf_fps.c           |    2 +-
> >  libavfilter/vf_lut.c           |    7 +------
> >  libavfilter/vf_overlay.c       |    7 +------
> >  libavfilter/vsrc_cellauto.c    |    7 +------
> >  libavfilter/vsrc_life.c        |    7 +------
> >  libavfilter/vsrc_mandelbrot.c  |    7 +------
> >  libavfilter/vsrc_mptestsrc.c   |    7 +------
> >  libavfilter/vsrc_testsrc.c     |   21 +++------------------
> >  24 files changed, 34 insertions(+), 118 deletions(-)
> 
> LGTM

Applied.
-- 
FFmpeg = Formidable Furious Majestic Patchable Evil Gem


More information about the ffmpeg-devel mailing list