mirror of https://github.com/FFmpeg/FFmpeg.git
This is done sincepull/388/head16af29a7a6
(and is actually unnecessary, because the tables initialized in ff_msmpeg4_decode_init() are only ever used in vc1_block.c which is only entered after a call to ff_msmpeg4_decode_init()) in a very ugly manner; said manner had the byproduct of involving lots of unnecessary allocations and even opening and closing a hwaccel in case one is used. This commit achieves the aim of16af29a7a6
by initializing the VLCs used by VC-1 in ff_vc1_init_common(). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent
83dfc21a21
commit
5a157313b3
1 changed files with 1 additions and 10 deletions
Loading…
Reference in new issue