imc: fix size of a memset()
authorMans Rullgard <mans@mansr.com>
Sun, 5 Aug 2012 21:32:20 +0000 (22:32 +0100)
committerMans Rullgard <mans@mansr.com>
Mon, 6 Aug 2012 09:20:42 +0000 (10:20 +0100)
commitbc90230b98e5194fd5bb629a409a50a3ec3b648b
tree125ec9954cee2056e395382c19e1808869eddd18
parent2b6804328e24dde539ada027fada8bfb70eedcf8
imc: fix size of a memset()

IMCContext was changed from an array to a pointer in 66b84e4,
but this memset() was not updated.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/imc.c