avcodec.h: split AVCodecParameters API into its own header

This commit is contained in:
Anton Khirnov
2020-04-07 16:41:48 +02:00
parent f30a41a608
commit 9d443c3e68
5 changed files with 236 additions and 190 deletions

View File

@@ -15,6 +15,9 @@ libavutil: 2017-10-21
API changes, most recent first:
2020-xx-xx - xxxxxxxxxx - lavc 58.87.100 - avcodec.h codec_par.h
Move AVCodecParameters-related public API to new header codec_par.h.
2020-05-xx - xxxxxxxxxx - lavc 56.86.101 - avcodec.h
Deprecated AV_CODEC_CAP_INTRA_ONLY and AV_CODEC_CAP_LOSSLESS.