decodframe.c: use vpx_memset instead of cast
authorJohann <johannkoenig@google.com>
Tue, 29 Oct 2013 19:05:27 +0000 (12:05 -0700)
committerJohann <johannkoenig@google.com>
Tue, 29 Oct 2013 20:51:51 +0000 (13:51 -0700)
commit0f20c839d7f5c6944ce5eac5a391aa441991cd82
tree40b626166d5562ed7153a3228bec407160e564db
parent7e5f5e26ba508ef85a9dd0837031e28cc9b9e6c2
decodframe.c: use vpx_memset instead of cast

Fix warning with -Wstrict-aliasing=1

Change-Id: Ic4e511af924247800e87d5f990636565f3dd91d2
vp8/decoder/decodframe.c