aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vc1_vlc_data.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/vc1: Move ff_vc1_init_common() to vc1dec.cAndreas Rheinhardt2022-11-061-0/+221
| | | | | | | This is possible given that it is no longer used by the parser. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec/vc1data: Move VLC codes/lengths tables to a headerAndreas Rheinhardt2022-11-061-0/+842
and include said header at the place where the VLCs are created. This allows to make said tables static. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>