On 08/01/13 15:40, Anton Khirnov wrote: > --- > libavfilter/vf_pad.c | 152 > ++++++++++++++++++++++++++++++-------------------- > 1 file changed, 91 insertions(+), 61 deletions(-) > > +static int buffer_needs_copy(PadContext *s, AVFrame *frame, AVBufferRef *buf) > +static int frame_needs_copy(PadContext *s, AVFrame *frame)
I'm not sure if they might see some reuse. the patch looks ok though. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
