2017-09-15 23:37 GMT+02:00 James Almer :
> On 9/15/2017 6:34 PM, Carl Eugen Hoyos wrote:
>> 2017-09-15 22:30 GMT+02:00 Paras Chadha :
>>
>>> -*dst++ = (type) t; \
>>> +write(dst, (type) t); \
>>
>> Is the cast still necessary?
>>
>> Is the new code faster on
On 9/15/2017 6:34 PM, Carl Eugen Hoyos wrote:
> 2017-09-15 22:30 GMT+02:00 Paras Chadha :
>
>> -*dst++ = (type) t; \
>> +write(dst, (type) t); \
>
> Is the cast still necessary?
>
> Is the new code faster on any platform?
It fixes the fate tests on big en
2017-09-15 22:30 GMT+02:00 Paras Chadha :
> -*dst++ = (type) t; \
> +write(dst, (type) t); \
Is the cast still necessary?
Is the new code faster on any platform?
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-d
Signed-off-by: Paras Chadha
---
libavcodec/fitsdec.c | 34 ++
1 file changed, 18 insertions(+), 16 deletions(-)
diff --git a/libavcodec/fitsdec.c b/libavcodec/fitsdec.c
index b075381..c72415f 100644
--- a/libavcodec/fitsdec.c
+++ b/libavcodec/fitsdec.c
@@ -205,9 +