Re: [FFmpeg-devel] [PATCH 3/3] avutil/buffer: Avoid moving the AVBufferRef to a new place in memory in av_buffer_make_writable()

2015-03-11 Thread Michael Niedermayer
On Thu, Jan 15, 2015 at 01:04:56AM +0100, Michael Niedermayer wrote: This allows making a AVBufferRef writable without the need to update all pointers to it Signed-off-by: Michael Niedermayer michae...@gmx.at --- applied [...] -- Michael GnuPG fingerprint:

Re: [FFmpeg-devel] [PATCH 3/3] avutil/buffer: Avoid moving the AVBufferRef to a new place in memory in av_buffer_make_writable()

2015-01-15 Thread wm4
On Thu, 15 Jan 2015 01:04:56 +0100 Michael Niedermayer michae...@gmx.at wrote: This allows making a AVBufferRef writable without the need to update all pointers to it Signed-off-by: Michael Niedermayer michae...@gmx.at --- libavutil/buffer.c |4 ++-- 1 file changed, 2 insertions(+),

Re: [FFmpeg-devel] [PATCH 3/3] avutil/buffer: Avoid moving the AVBufferRef to a new place in memory in av_buffer_make_writable()

2015-01-15 Thread Michael Niedermayer
On Thu, Jan 15, 2015 at 12:10:10PM +0100, wm4 wrote: On Thu, 15 Jan 2015 01:04:56 +0100 Michael Niedermayer michae...@gmx.at wrote: This allows making a AVBufferRef writable without the need to update all pointers to it Signed-off-by: Michael Niedermayer michae...@gmx.at ---

[FFmpeg-devel] [PATCH 3/3] avutil/buffer: Avoid moving the AVBufferRef to a new place in memory in av_buffer_make_writable()

2015-01-14 Thread Michael Niedermayer
This allows making a AVBufferRef writable without the need to update all pointers to it Signed-off-by: Michael Niedermayer michae...@gmx.at --- libavutil/buffer.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavutil/buffer.c b/libavutil/buffer.c index