OSDN Git Service

Fix VP8 aliasing problems.
authorRonald S. Bultje <rsbultje@gmail.com>
Fri, 28 Jan 2011 14:51:34 +0000 (09:51 -0500)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 30 Jan 2011 02:40:59 +0000 (03:40 +0100)
commit6642a1793511fcd510d39d1a598b127a536b48c9
tree5691647f43b1a7effbf4965c9a7dc2903ae19f6d
parentb351baa070beede5d110974544782ac80e21bc90
Fix VP8 aliasing problems.

Replace * (uint32_t *) buf accesses with AV_WN32A/AV_COPY32.
(cherry picked from commit 9d4bdcb714f85b5d90ebf9704784a31c88dfb360)
libavcodec/vp8.c