vc1: re-initialize tables after width/height change.
authorJohn Stebbins <stebbins@jetheaddev.com>
Tue, 7 Jun 2011 17:53:31 +0000 (19:53 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 7 Jun 2011 17:55:02 +0000 (19:55 +0200)
commit7b20d35a543c6635c348f3b312b5fa24137c0f95
tree4a9acc12a5aef860750b53ed7020233030c1314e
parent1397ac0aa0ac98333b9e88d258b625eec99c011f
vc1: re-initialize tables after width/height change.

read_sequence_header can change width/height; therefore, re-initialize
all tables if width/height changed

Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavcodec/vc1dec.c