diff options
author | Andreas Rheinhardt <[email protected]> | 2020-12-09 02:47:48 +0100 |
---|---|---|
committer | Andreas Rheinhardt <[email protected]> | 2021-01-25 14:51:53 +0100 |
commit | 27eea249cc99a53754ea61ccf29bdff9ae13f55e (patch) | |
tree | 11c04f4cf9848b203971d50d1ec4416e44c2512e /libavutil | |
parent | d90d0a715f08384bf44b004da60c6d1760a30beb (diff) |
avcodec/msmpeg4dec: Reuse identical MV VLC
msmpeg4dec and ituh263dec both create VLCs with identical parameters out
of ff_mvtab. Given that ff_msmpeg4_decode_init() always (indirectly) calls
ff_h263_decode_init_vlc(), the VLC initialized by the latter can be
directly used by msmpeg4dec. Doing so saves a bit more than 2KB from the
.bss segment as well as the code to initialize a VLC.
Signed-off-by: Andreas Rheinhardt <[email protected]>
Diffstat (limited to 'libavutil')
0 files changed, 0 insertions, 0 deletions