Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avcodec/vc1: Move ff_vc1_init_common() to vc1dec.c | Andreas Rheinhardt | 2022-11-06 | 1 | -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 header | Andreas Rheinhardt | 2022-11-06 | 1 | -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> |