summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12dec.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/mpeg12vlc: Move MPEG-1/2 RL VLCs to itAndreas Rheinhardt2022-10-041-10/+0
| | | | | | | It is better place for these declarations than mpeg12data.h as RL VLC are just a variant of VLCs. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec/mpeg12.h: Move decoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-0/+60
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>