]> git.sesse.net Git - ffmpeg/commit
avcodec/tscc2: Make VLC tables static
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 3 Nov 2020 19:11:18 +0000 (20:11 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 8 Dec 2020 16:51:44 +0000 (17:51 +0100)
commit4df5144102fb45f74ea46cc9c2a5750a7882dfdd
treee1943210f202128e5117747414e5d71ad23d8451
parentb629deab3d42e6db5216d6c6ee054d2d70a4071e
avcodec/tscc2: Make VLC tables static

Also use a named constant for the number of bits of the VLC tables.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/tscc2.c