diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-10-29 11:12:32 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-12-08 17:51:45 +0100 |
commit | 949367b0ec660d2496a62f7acc359bac651bdc02 (patch) | |
tree | ff860c8dda7d7a794c9a5713e6e24d5f3ac73a0b /libavutil/intmath.c | |
parent | b9dc000679c55ff2c013bdea17b2235228b1ac3f (diff) | |
download | ffmpeg-949367b0ec660d2496a62f7acc359bac651bdc02.tar.gz |
avcodec/motionpixels: Simplify creating VLC tables
By using ff_init_vlc_from_lengths(), we do not have to keep track of the
codes themselves, but can offload this to ff_init_vlc_from_lengths().
Furthermore, the old code presumed sizeof(int) == 4; this is no longer
so.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavutil/intmath.c')
0 files changed, 0 insertions, 0 deletions