Mercurial > libavcodec.hg
comparison Makefile @ 9905:f3ff182e9ecf libavcodec
Fix potentially unaligned accesses in ff_copy_bits()
A pointer should never be assigned a value which may have less than the
required alignment of the target type. Compilers may assume pointer
values have the required alignment, and emit normal load/store instructions.
Unaligned pointers should use a character type or compiler-specific
type modifiers.
author | mru |
---|---|
date | Wed, 01 Jul 2009 17:48:22 +0000 |
parents | 4ccec8d051fa |
children | 354e23134dfc |
comparison
equal
deleted
inserted
replaced
9904:efd0c5014ac7 | 9905:f3ff182e9ecf |
---|