idct_blk.c: use vpx_memset instead of cast
authorJohann <johannkoenig@google.com>
Tue, 29 Oct 2013 18:27:58 +0000 (11:27 -0700)
committerJohann <johannkoenig@google.com>
Tue, 29 Oct 2013 20:50:15 +0000 (13:50 -0700)
commit1fb7a735dc3c15ad872511d47d22acc89efb9921
tree08bc696b876fb6e6b0c201b50d5a85434db79b20
parenta8bbe7d808464f8187f3b61efdca690c2977cd55
idct_blk.c: use vpx_memset instead of cast

Fix warning with -Wstrict-aliasing=1

Change-Id: Ibf4af991f2c82b8ccbdc20362da64be669564333
vp8/common/idct_blk.c