OSDN Git Service

Rename functions and fields:
authorS.N. Hemanth Meenakshisundaram <smeenaks@ucsd.edu>
Sat, 7 Aug 2010 01:15:27 +0000 (01:15 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 7 Aug 2010 01:15:27 +0000 (01:15 +0000)
commit7fce481a69053dd24dbf9f1cb0f5b51df2ec925c
tree0f61baf91fc505244098f2aa23e8aea4f0b08704
parentecc8dada379261b8ad3788336cdc9d15de55b64b
Rename functions and fields:

avfilter_(un)ref_pic       -> avfilter_(un)ref_buffer
avfilter_copy_picref_props -> avfilter_copy_buffer_ref_props
AVFilterBufferRef.pic      -> AVFilterBufferRef.buffer

They have been renamed to allow sharing with audio.

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

Originally committed as revision 24731 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c
ffplay.c
libavfilter/avfilter.c
libavfilter/avfilter.h
libavfilter/defaults.c
libavfilter/vf_crop.c
libavfilter/vf_pad.c
libavfilter/vf_pixdesctest.c
libavfilter/vf_scale.c
libavfilter/vf_unsharp.c
libavfilter/vsrc_buffer.c