Opened 8 years ago
Closed 8 years ago
#6245 closed defect (fixed)
libavcodec/exr : piz broken on mips-qemu
Reported by: | mvignali | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avcodec |
Version: | git-master | Keywords: | exr, mips |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
Exr piz have an incorrect output on mips-qemu
Found by : Michael Nierdemayer
Following this discussion :
https://ffmpeg.org/pipermail/ffmpeg-devel/2016-April/193471.html
Maybe an endianness trouble
Maybe in get_char/get_code macro.
I post a ticket because I can't test myself.
How to reproduce:
The discussion contain a fate test patch.
Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.
Change History (3)
follow-up: 2 comment:1 by , 8 years ago
comment:2 by , 8 years ago
comment:3 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Replying to mvignali:
How would this be possible?
Why would it not trigger on ppc?