aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg4videodata.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/mpeg4video: Nuke ff_mpeg4_init_rl_intra()Andreas Rheinhardt2025-05-261-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 userAndreas Rheinhardt2022-11-111-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 ownAndreas Rheinhardt2022-01-131-0/+61
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>