[FFmpeg-devel] [PATCH 2/2] avutil/imgutils: only align the palette in av_image_copy_to_buffer() if there is enough space

2016-02-13 Thread Michael Niedermayer
This allows disabling the alignment by using a compact buffer Signed-off-by: Michael Niedermayer --- libavutil/imgutils.c |5 + libavutil/version.h |2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libavutil/imgutils.c

Re: [FFmpeg-devel] [PATCH 2/2] avutil/imgutils: only align the palette in av_image_copy_to_buffer() if there is enough space

2016-02-13 Thread Stefano Sabatini
On date Saturday 2016-02-13 15:32:58 +0100, Michael Niedermayer encoded: > This allows disabling the alignment by using a compact buffer > > Signed-off-by: Michael Niedermayer > --- > libavutil/imgutils.c |5 + > libavutil/version.h |2 +- > 2 files changed,

Re: [FFmpeg-devel] [PATCH 2/2] avutil/imgutils: only align the palette in av_image_copy_to_buffer() if there is enough space

2016-02-13 Thread Michael Niedermayer
On Sat, Feb 13, 2016 at 05:53:17PM +0100, Stefano Sabatini wrote: > On date Saturday 2016-02-13 15:32:58 +0100, Michael Niedermayer encoded: > > This allows disabling the alignment by using a compact buffer > > > > Signed-off-by: Michael Niedermayer > > --- > >

Re: [FFmpeg-devel] [PATCH 2/2] avutil/imgutils: only align the palette in av_image_copy_to_buffer() if there is enough space

2016-02-13 Thread Michael Niedermayer
On Sat, Feb 13, 2016 at 05:53:17PM +0100, Stefano Sabatini wrote: > On date Saturday 2016-02-13 15:32:58 +0100, Michael Niedermayer encoded: > > This allows disabling the alignment by using a compact buffer > > > > Signed-off-by: Michael Niedermayer > > --- > >