On Fri, Nov 20, 2020 at 08:19:59AM +0100, Andreas Rheinhardt wrote: > Switching from ff_init_vlc_sparse() to ff_init_vlc_from_lengths() > allows to replace codes which are so long that they need to be stored > in an uint16_t by symbols which fit into an uint8_t; and even these can > be avoided in case of the sprite trajectory VLC. > > Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@gmail.com> > --- > libavcodec/mpeg4data.h | 150 +++++++++++++++---------------------- > libavcodec/mpeg4video.h | 8 +- > libavcodec/mpeg4videodec.c | 31 ++++---- > 3 files changed, 80 insertions(+), 109 deletions(-)
LGTM thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you think the mosad wants you dead since a long time then you are either wrong or dead since a long time.
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".