dsputil: fix ff_check_alignment()
authorMans Rullgard <mans@mansr.com>
Tue, 19 Jul 2011 09:20:56 +0000 (10:20 +0100)
committerMans Rullgard <mans@mansr.com>
Tue, 19 Jul 2011 16:44:35 +0000 (17:44 +0100)
commit29b42c66f70ec7f8bcac87cb3cb35ec13dc0c71e
treea5a6ca1640a35db6ea5f9a0298df9333f841d979
parent3e9409b1d0ca6ee7063fa04d940af36a20b46a8b
dsputil: fix ff_check_alignment()

The change to LOCAL_ALIGNED means the declared object must be an
array and the subsequent test should not use the & operator.

Noticed by Uoti Urpala.

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