Mercurial > mplayer.hg
comparison postproc/yuv2rgb_mlib.c @ 7296:f4710b873abd
SPARC gcc generates bad code accessing an unaligned and packed structure member
(See gcc problem report PR c/7847); mplayer crashes with SIGBUS signal.
Added a workaround: copy the unaligned stucture member to a temporary local
variable using memcpy, and use that in the code.
author | jkeil |
---|---|
date | Fri, 06 Sep 2002 13:31:33 +0000 |
parents | e7635c03910f |
children | 7bbe4bce6293 |
comparison
equal
deleted
inserted
replaced
7295:e3b3b2f28073 | 7296:f4710b873abd |
---|