Revision 7fce481a
ID | 7fce481a69053dd24dbf9f1cb0f5b51df2ec925c |
Parent | ecc8dada |
Child | 5d4890d7 |
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
Files
- added
- modified
- copied
- renamed
- deleted
- ffmpeg.c (diff)
- ffplay.c (diff)
- libavfilter
- avfilter.c (diff)
- avfilter.h (diff)
- defaults.c (diff)
- vf_crop.c (diff)
- vf_pad.c (diff)
- vf_pixdesctest.c (diff)
- vf_scale.c (diff)
- vf_unsharp.c (diff)
- vsrc_buffer.c (diff)