[FFmpeg-devel] [PATCH 4/7] Rename ff_dprintf_picref() to ff_dprintf_buffer_ref().

Stefano Sabatini stefano.sabatini-lala
Fri Aug 20 17:17:51 CEST 2010


On date Friday 2010-08-20 01:12:27 +0200, Michael Niedermayer encoded:
> On Thu, Aug 19, 2010 at 06:38:25PM +0200, Stefano Sabatini wrote:
> > The function is going to be used to represent also audio data.
> > ---
> >  libavfilter/avfilter.c |   24 ++++++++++++------------
> >  libavfilter/internal.h |    2 +-
> >  2 files changed, 13 insertions(+), 13 deletions(-)
> > 
> > diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
> > index 5bdd7a6..ec1650f 100644
> > --- a/libavfilter/avfilter.c
> > +++ b/libavfilter/avfilter.c
> > @@ -191,20 +191,20 @@ int avfilter_config_links(AVFilterContext *filter)
> >      return 0;
> >  }
> >  
> > -void ff_dprintf_picref(void *ctx, AVFilterBufferRef *picref, int end)
> > +void ff_dprintf_buffer_ref(void *ctx, AVFilterBufferRef *bufref, int end)
> 
> why not ff_dprintf_ref ?

Renamed and applied.
-- 
FFmpeg = Fast Fundamentalist Mystic Philosofic Extended Gem



More information about the ffmpeg-devel mailing list