Re: [FFmpeg-devel] [PATCH 2/2] avutil: make AVFrameSideData buffers ref-counted.

2015-03-25 Thread Michael Niedermayer
On Mon, Mar 23, 2015 at 11:11:19AM -0400, Ronald S. Bultje wrote: > --- > libavutil/frame.c | 53 ++--- > libavutil/frame.h | 1 + > 2 files changed, 39 insertions(+), 15 deletions(-) applied maybe someone should benchmark this for speed per size

Re: [FFmpeg-devel] [PATCH 2/2] avutil: make AVFrameSideData buffers ref-counted.

2015-03-23 Thread Ronald S. Bultje
Hi, On Mon, Mar 23, 2015 at 12:16 PM, wm4 wrote: > On Mon, 23 Mar 2015 11:11:19 -0400 > "Ronald S. Bultje" wrote: > > > --- > > libavutil/frame.c | 53 > ++--- > > libavutil/frame.h | 1 + > > 2 files changed, 39 insertions(+), 15 deletions(-) >

Re: [FFmpeg-devel] [PATCH 2/2] avutil: make AVFrameSideData buffers ref-counted.

2015-03-23 Thread wm4
On Mon, 23 Mar 2015 11:11:19 -0400 "Ronald S. Bultje" wrote: > --- > libavutil/frame.c | 53 ++--- > libavutil/frame.h | 1 + > 2 files changed, 39 insertions(+), 15 deletions(-) > > diff --git a/libavutil/frame.c b/libavutil/frame.c > index 85f5

[FFmpeg-devel] [PATCH 2/2] avutil: make AVFrameSideData buffers ref-counted.

2015-03-23 Thread Ronald S. Bultje
--- libavutil/frame.c | 53 ++--- libavutil/frame.h | 1 + 2 files changed, 39 insertions(+), 15 deletions(-) diff --git a/libavutil/frame.c b/libavutil/frame.c index 85f5637..4596927 100644 --- a/libavutil/frame.c +++ b/libavutil/frame.c @@ -115,7