1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

lavc: move small misc definitions into a separate header

This will allow to avoid #including the entire avcodec.h in some places.
This commit is contained in:
Anton Khirnov
2021-05-21 18:16:22 +02:00
parent cf1746d779
commit ff0a96046d
4 changed files with 182 additions and 138 deletions

View File

@@ -14,6 +14,16 @@ libavutil: 2021-04-27
API changes, most recent first:
2021-xx-xx - xxxxxxxxxx - lavc 59.1.100 - avcodec.h defs.h
Add new installed header defs.h. The following definitions are moved
into it from avcodec.h:
- AVDiscard
- AVAudioServiceType
- AVPanScan
- AVCPBProperties and av_cpb_properties_alloc()
- AVProducerReferenceTime
- av_xiphlacing()
2021-04-27 - cb3ac722f4 - lavc 59.0.100 - avcodec.h
Constified AVCodecParserContext.parser.