comparison wmv2.c @ 10260:48aebab3bac1 libavcodec

Use ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_vlc since static VLC tables should only be initialized from one place. This initializes/calculates more VLC tables than necessary for VC1 decoding, but this is only done once and only a small overhead in time and space (maybe 30 kB) it seems not worth adding a separate function.
author reimar
date Thu, 24 Sep 2009 10:49:47 +0000
parents 04423b2f6e0b
children
comparison
equal deleted inserted replaced
10259:21add4db7e53 10260:48aebab3bac1