[FFmpeg-soc] [PATCH] Rename avfilter_(un)ref_pic -> avfilter_(un)ref->buffer, AVFilterBufferRef pic->buffer
S.N. Hemanth Meenakshisundaram
smeenaks at ucsd.edu
Mon Aug 2 08:43:16 CEST 2010
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(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Rename-avfilter_-un-ref_pic-avfilter_-un-ref-buffer-.patch
Type: text/x-patch
Size: 23276 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20100801/27e0e0d4/attachment.bin>
More information about the FFmpeg-soc
mailing list