threading.c: use vpx_memset instead of cast
authorJohann <johannkoenig@google.com>
Tue, 29 Oct 2013 18:59:56 +0000 (11:59 -0700)
committerJohann <johannkoenig@google.com>
Tue, 29 Oct 2013 20:51:13 +0000 (13:51 -0700)
commit7e5f5e26ba508ef85a9dd0837031e28cc9b9e6c2
tree3a939a4e4d7c10f8611f457a1cbdfa7e83d655c7
parent1fb7a735dc3c15ad872511d47d22acc89efb9921
threading.c: use vpx_memset instead of cast

Fix warning with -Wstrict-aliasing=1

Change-Id: I43df2781656dd7b3f4c0ec6daa283d7a78928a0c
vp8/decoder/threading.c