]> git.sesse.net Git - ffmpeg/commit
avcodec/smacker: Use smaller types
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 25 Jun 2020 19:23:52 +0000 (21:23 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 18 Sep 2020 00:07:02 +0000 (02:07 +0200)
commit45ffbb756bd765a29e66dfd7b0ed02fd1d1d7024
treeed9fc655923d5585d5d41dae3b8a4ab2b1dfa3af
parent71ed6a52ce39bc46f8218de652df1b1fe73e724a
avcodec/smacker: Use smaller types

This will mean that we will need less stack space lateron when these
arrays are no longer heap-allocated.

No discernible speed impact.

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/smacker.c