vp9_decodframe.c: use vpx_memset instead of cast
authorJohann <johannkoenig@google.com>
Tue, 29 Oct 2013 19:51:48 +0000 (12:51 -0700)
committerJohann <johannkoenig@google.com>
Tue, 29 Oct 2013 20:52:48 +0000 (13:52 -0700)
commitdc799a875b8717c6ec4baf63a562fa98999dc71f
tree78ee6a1d6788257f17e0f61ab1100a9ee1351837
parent47613d071c1d9300a8ecfcef2765be20118b1ba7
vp9_decodframe.c: use vpx_memset instead of cast

Fix warning with -Wstrict-aliasing=1

Change-Id: Idfac09be1ab328923883e63436577f1018c895b8
vp9/decoder/vp9_decodframe.c