[FFmpeg-soc] [PATCH] Rename avfilter_(un)ref_pic -> avfilter_(un)ref->buffer, AVFilterBufferRef pic->buffer
Stefano Sabatini
stefano.sabatini-lala at poste.it
Mon Aug 2 11:06:42 CEST 2010
On date Sunday 2010-08-01 23:43:16 -0700, S.N. Hemanth Meenakshisundaram encoded:
>
> avfilter_ref_pic, avfilter_unref_pic, avfilter_copy_picref_props all
> renamed to allow sharing with audio. AVFilterBuffer pointer of
> AVFilterBufferRef now named buf instead of pic.
>
> ---
> ffmpeg.c | 2 +-
> ffplay.c | 10 +++++-----
> libavfilter/avfilter.c | 14 +++++++-------
> libavfilter/avfilter.h | 34 +++++++++++++++++-----------------
> libavfilter/defaults.c | 10 +++++-----
> libavfilter/vf_crop.c | 2 +-
> libavfilter/vf_fade.c | 4 ++--
> libavfilter/vf_fifo.c | 2 +-
> libavfilter/vf_fps.c | 8 ++++----
> libavfilter/vf_overlay.c | 8 ++++----
> libavfilter/vf_pad.c | 8 ++++----
> libavfilter/vf_pixdesctest.c | 4 ++--
> libavfilter/vf_rotate.c | 6 +++---
> libavfilter/vf_scale.c | 4 ++--
> libavfilter/vf_setpts.c | 2 +-
> libavfilter/vf_split.c | 6 +++---
> libavfilter/vf_transpose.c | 6 +++---
> libavfilter/vf_unsharp.c | 4 ++--
> libavfilter/vsrc_buffer.c | 4 ++--
> libavfilter/vsrc_movie.c | 4 ++--
> 20 files changed, 71 insertions(+), 71 deletions(-)
[...]
Looks OK.
More information about the FFmpeg-soc
mailing list