summaryrefslogtreecommitdiff
path: root/libavcodec/defs.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/avcodec: Move AV_ER_* and FF_COMPLIANCE_* to defs.hAndreas Rheinhardt2022-09-261-0/+22
| | | | | | | | They are also frequently used in libavformat. This change does not cause any breakage as avcodec.h includes defs.h. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* lavc: move small misc definitions into a separate headerAnton Khirnov2021-06-101-0/+170
This will allow to avoid #including the entire avcodec.h in some places.