-
- Downloads
Rename fields:
AVFilterLink.srcpic -> AVFilterLink.src_buf AVFilterLink.cur_pic -> AVFilterLink.cur_buf AVFilterLink.outpic -> AVFilterLink.out_buf The new names are more generic and more consistent, since the struct they contain, which was named AVFilterPicRef, has been renamed to AVFilterBufferRef. Patch by S.N. Hemanth Meenakshisundaram %smeenaks%ucsd%edu%. Originally committed as revision 24732 to svn://svn.ffmpeg.org/ffmpeg/trunk
Showing
- ffmpeg.c 2 additions, 2 deletionsffmpeg.c
- ffplay.c 2 additions, 2 deletionsffplay.c
- libavfilter/avfilter.c 17 additions, 17 deletionslibavfilter/avfilter.c
- libavfilter/avfilter.h 4 additions, 4 deletionslibavfilter/avfilter.h
- libavfilter/defaults.c 8 additions, 8 deletionslibavfilter/defaults.c
- libavfilter/vf_pad.c 4 additions, 4 deletionslibavfilter/vf_pad.c
- libavfilter/vf_pixdesctest.c 4 additions, 4 deletionslibavfilter/vf_pixdesctest.c
- libavfilter/vf_scale.c 4 additions, 4 deletionslibavfilter/vf_scale.c
- libavfilter/vf_unsharp.c 2 additions, 2 deletionslibavfilter/vf_unsharp.c
Loading
Please register or sign in to comment