Re: [FFmpeg-devel] [PATCH] avformat/riffenc: correct calculation for extradata size

2020-07-25 Thread Gyan Doshi
On 25-07-2020 11:00 pm, Gyan Doshi wrote: Will push in 12 hours. Pushed as 93694fe777d12a9432b5ceeb564631da6311ae26 Gyan On 25-07-2020 10:44 am, Gyan Doshi wrote: In 1ec2b3de5a, the extradata size was affected when the raster was signaled as flipped due to user-set option rather than via

Re: [FFmpeg-devel] [PATCH] avformat/riffenc: correct calculation for extradata size

2020-07-25 Thread Gyan Doshi
Will push in 12 hours. On 25-07-2020 10:44 am, Gyan Doshi wrote: In 1ec2b3de5a, the extradata size was affected when the raster was signaled as flipped due to user-set option rather than via extradata. This resulted in a wrong header size being written. Fixed. --- libavformat/riffenc.c | 8 +++

[FFmpeg-devel] [PATCH] avformat/riffenc: correct calculation for extradata size

2020-07-24 Thread Gyan Doshi
In 1ec2b3de5a, the extradata size was affected when the raster was signaled as flipped due to user-set option rather than via extradata. This resulted in a wrong header size being written. Fixed. --- libavformat/riffenc.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/