Re: [FFmpeg-devel] [PATCH 1/2] avcodec/fitsdec: write output to frame directly

2017-09-06 Thread James Almer
On 9/2/2017 4:07 PM, Paras Chadha wrote: > Signed-off-by: Paras Chadha > --- > This fixes the failed fate tests on mingw32: > http://fate.ffmpeg.org/report.cgi?time=20170902182311&slot=x86_32-mingw-w64-dll-windows-native > > libavcodec/fitsdec.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 de

[FFmpeg-devel] [PATCH 1/2] avcodec/fitsdec: write output to frame directly

2017-09-02 Thread Paras Chadha
Signed-off-by: Paras Chadha --- This fixes the failed fate tests on mingw32: http://fate.ffmpeg.org/report.cgi?time=20170902182311&slot=x86_32-mingw-w64-dll-windows-native libavcodec/fitsdec.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libavcodec/fitsdec.c b/libavco