vc1parse: call vc1_init_common().
authorRonald S. Bultje <rsbultje@gmail.com>
Fri, 17 Feb 2012 22:18:22 +0000 (14:18 -0800)
committerRonald S. Bultje <rsbultje@gmail.com>
Sat, 18 Feb 2012 17:16:39 +0000 (09:16 -0800)
commitc742ab4e81bb9dcabfdab006d6b8b09a5808c4ce
tree0eff1949c90bb07c23de568e8a39ecb1a47826af
parent9d3050d3e95e307ebc34a943484c7add838d1220
vc1parse: call vc1_init_common().

The parser uses VLC tables initialized in vc1_common_init(), therefore
we should call this function on parser init also.

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: libav-stable@libav.org
libavcodec/vc1.h
libavcodec/vc1_parser.c
libavcodec/vc1dec.c