aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg4videodefs.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/mpeg4video: Factor non-codec stuff out into a header of its ownAndreas Rheinhardt2022-09-021-0/+68
This avoids including mpegvideo.h in mpeg4_unpack_bframes_bsf.c. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>