diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-12-09 02:47:48 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-01-25 14:51:53 +0100 |
commit | 27eea249cc99a53754ea61ccf29bdff9ae13f55e (patch) | |
tree | 11c04f4cf9848b203971d50d1ec4416e44c2512e /libavcodec/mpegaudiodsp_data.c | |
parent | d90d0a715f08384bf44b004da60c6d1760a30beb (diff) | |
download | ffmpeg-27eea249cc99a53754ea61ccf29bdff9ae13f55e.tar.gz |
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 <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/mpegaudiodsp_data.c')
0 files changed, 0 insertions, 0 deletions