Re: [FFmpeg-devel] [PATCH]Do not add palette size to the bitmapheader size

2014-09-29 Thread Michael Niedermayer
On Mon, Sep 29, 2014 at 09:33:16AM +0200, Carl Eugen Hoyos wrote: > On Monday 29 September 2014 01:22:38 am Carl Eugen Hoyos wrote: > > Attached patch is the first part of the fix for ticket #1304. > > New, tested patch attached. > > Please comment, Carl Eugen > riffenc.c |5 - > 1 file

Re: [FFmpeg-devel] [PATCH]Do not add palette size to the bitmapheader size

2014-09-29 Thread Benoit Fouet
Hi, - Mail original - > On Monday 29 September 2014 01:22:38 am Carl Eugen Hoyos wrote: > > Attached patch is the first part of the fix for ticket #1304. > > New, tested patch attached. > > Please comment, Carl Eugen > LGTM, -- Ben ___ ffmp

Re: [FFmpeg-devel] [PATCH]Do not add palette size to the bitmapheader size

2014-09-29 Thread Carl Eugen Hoyos
On Monday 29 September 2014 01:22:38 am Carl Eugen Hoyos wrote: > Attached patch is the first part of the fix for ticket #1304. New, tested patch attached. Please comment, Carl Eugen diff --git a/libavformat/riffenc.c b/libavformat/riffenc.c index 2eb2ae1..723e802 100644 --- a/libavformat/riffenc

[FFmpeg-devel] [PATCH]Do not add palette size to the bitmapheader size

2014-09-28 Thread Carl Eugen Hoyos
Hi! Attached patch is the first part of the fix for ticket #1304. Please comment, Carl Eugen diff --git a/libavformat/riffenc.c b/libavformat/riffenc.c index 2eb2ae1..cf235c1 100644 --- a/libavformat/riffenc.c +++ b/libavformat/riffenc.c @@ -212,6 +212,8 @@ void ff_put_bmp_header(AVIOContext *pb,