OSDN Git Service

Rename AVFilterPicRef to AVFilterBufferRef.
authorS.N. Hemanth Meenakshisundaram <smeenaks@ucsd.edu>
Sat, 7 Aug 2010 01:15:19 +0000 (01:15 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 7 Aug 2010 01:15:19 +0000 (01:15 +0000)
commitecc8dada379261b8ad3788336cdc9d15de55b64b
treefed81eca2de81e396ca6dff69760539b2b4d99f7
parente11b104a687343993cdffd4b7d1c06fcc6f31be0
Rename AVFilterPicRef to AVFilterBufferRef.

The struct is going to be used for storing audio buffer references as
well, and the new name is more generic.

Patch by S.N. Hemanth Meenakshisundaram @smeenaks@ucsd@edu@.

Originally committed as revision 24730 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 files changed:
ffmpeg.c
ffplay.c
libavfilter/avfilter.c
libavfilter/avfilter.h
libavfilter/defaults.c
libavfilter/internal.h
libavfilter/vf_aspect.c
libavfilter/vf_crop.c
libavfilter/vf_pad.c
libavfilter/vf_pixdesctest.c
libavfilter/vf_scale.c
libavfilter/vf_slicify.c
libavfilter/vf_unsharp.c
libavfilter/vf_vflip.c
libavfilter/vsink_nullsink.c
libavfilter/vsrc_buffer.c