Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avcodec/mpeg4video: Nuke ff_mpeg4_init_rl_intra() | Andreas Rheinhardt | 2025-05-26 | 1 | -1/+0 |
| | | | | | | | | The MPEG-4 decoder can now initialize ff_mpeg4_rl_intra directly given that the MPEG-4 encoder no longer wants it performed, too. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | ||||
* | avcodec/mpeg4data: Move ff_mpeg4_resync_prefix to its only user | Andreas Rheinhardt | 2022-11-11 | 1 | -1/+0 |
| | | | | | | This array is only ever useful to a decoder. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | ||||
* | avcodec/mpeg4video: Split off data in a header of its own | Andreas Rheinhardt | 2022-01-13 | 1 | -0/+61 |
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> |