vc1: Make INIT_LUT() self contained
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 24 Apr 2013 13:33:11 +0000 (15:33 +0200)
committerMartin Storsjö <martin@martin.st>
Wed, 15 May 2013 09:42:53 +0000 (12:42 +0300)
commit6ce2c3106d78994d2b5d23ea5d23a393f8296657
treed93aaf3b472a5d002801c8d85fb55b7fb09ca202
parent37f2ac36a9099b3489500ba79bb3831c8698feea
vc1: Make INIT_LUT() self contained

Move the local variables it uses into the macro, enclosing them
in a do {} while (0) scope.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/vc1.c