Fix an unused variable warning.
authorRalph Giles <giles@xiph.org>
Tue, 8 Mar 2011 22:51:23 +0000 (14:51 -0800)
committerRalph Giles <giles@xiph.org>
Tue, 8 Mar 2011 22:56:15 +0000 (14:56 -0800)
commit56efffdcd1902510ac3da5b5d07b06cfdfc0d002
treec43e9c6653bef84771b269f2db11ae6e1bb87b26
parent95adf3df77439740526b73bca7242f7096687d82
Fix an unused variable warning.

Move the update of the loopfilter info to the same block where it
is used. GCC 4.5 is not able trace the initialization of the local
filter_info across the other calls between the two conditionals on
pbi->common and issues an uninitialized variable warning.

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