[FFmpeg-soc] [PATCH] Rename pic fields in AVFilterLink to buf
Stefano Sabatini
stefano.sabatini-lala at poste.it
Sat Aug 7 03:17:03 CEST 2010
On date Wednesday 2010-08-04 14:10:37 +0200, Michael Niedermayer encoded:
> On Mon, Aug 02, 2010 at 11:09:40AM +0200, Stefano Sabatini wrote:
> > On date Monday 2010-08-02 00:58:54 -0700, S.N. Hemanth Meenakshisundaram encoded:
> > > ---
> > >
> > > ffmpeg.c | 4 ++--
> > > ffplay.c | 4 ++--
> > > libavfilter/avfilter.c | 34 +++++++++++++++++-----------------
> > > libavfilter/avfilter.h | 6 +++---
> > > libavfilter/defaults.c | 16 ++++++++--------
> > > libavfilter/vf_drawbox.c | 2 +-
> > > libavfilter/vf_drawtext.c | 2 +-
> > > libavfilter/vf_fade.c | 6 +++---
> > > libavfilter/vf_hflip.c | 4 ++--
> > > libavfilter/vf_negate.c | 4 ++--
> > > libavfilter/vf_pad.c | 8 ++++----
> > > libavfilter/vf_pixdesctest.c | 8 ++++----
> > > libavfilter/vf_rotate.c | 18 +++++++++---------
> > > libavfilter/vf_scale.c | 8 ++++----
> > > libavfilter/vf_split.c | 2 +-
> > > libavfilter/vf_transpose.c | 18 +++++++++---------
> > > libavfilter/vf_unsharp.c | 4 ++--
> > > 17 files changed, 74 insertions(+), 74 deletions(-)
> >
> > Looks fine.
> >
> > As for the other patches, we have to wait for Michael explicit
> > approval, then I'll commit the patches to FFmpeg SVN.
>
> the renames should all be fine if they do nothing but rename
All applied with a minor variant:
avfilter_copy_picref_props -> avfilter_copy_buffer_ref_props
rather than: avfilter_copy_bufref_props
for consistency reasons.
Regards.
More information about the FFmpeg-soc
mailing list