Re: [FFmpeg-devel] [PATCH] avcodec/fitsdec: change to le pixel formats

2017-09-15 Thread Paras Chadha
On Fri, Sep 15, 2017 at 10:59 PM, James Almer wrote: > On 9/12/2017 9:56 PM, James Almer wrote: > > On 9/3/2017 12:05 PM, Paras Chadha wrote: > >> Signed-off-by: Paras Chadha > >> --- > >> This fixes the failed fate tests on ppc64be: > >> http://fate.ffmpeg.org/report.cgi?time=20170903050743&slo

Re: [FFmpeg-devel] [PATCH] avcodec/fitsdec: change to le pixel formats

2017-09-15 Thread James Almer
On 9/12/2017 9:56 PM, James Almer wrote: > On 9/3/2017 12:05 PM, Paras Chadha wrote: >> Signed-off-by: Paras Chadha >> --- >> This fixes the failed fate tests on ppc64be: >> http://fate.ffmpeg.org/report.cgi?time=20170903050743&slot=ppc64be-RHEL7.0-gcc-4.8.5-ibmcrl >> >> libavcodec/fitsdec.c | 6

Re: [FFmpeg-devel] [PATCH] avcodec/fitsdec: change to le pixel formats

2017-09-12 Thread James Almer
On 9/3/2017 12:05 PM, Paras Chadha wrote: > Signed-off-by: Paras Chadha > --- > This fixes the failed fate tests on ppc64be: > http://fate.ffmpeg.org/report.cgi?time=20170903050743&slot=ppc64be-RHEL7.0-gcc-4.8.5-ibmcrl > > libavcodec/fitsdec.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 del

[FFmpeg-devel] [PATCH] avcodec/fitsdec: change to le pixel formats

2017-09-03 Thread Paras Chadha
Signed-off-by: Paras Chadha --- This fixes the failed fate tests on ppc64be: http://fate.ffmpeg.org/report.cgi?time=20170903050743&slot=ppc64be-RHEL7.0-gcc-4.8.5-ibmcrl libavcodec/fitsdec.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/fitsdec.c b/libavcode