diff options
author | Lynne <dev@lynne.ee> | 2020-11-12 17:46:09 +0100 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2020-11-25 23:06:33 +0100 |
commit | d243dd540a8a421e47b7ea5e55e0676ba7b54f29 (patch) | |
tree | 35b63254b40c4bc406ea0603f125a98d34c957a8 /doc | |
parent | 4f9ee87253e021f43b1eaf40e57c2fb10af2be88 (diff) | |
download | ffmpeg-d243dd540a8a421e47b7ea5e55e0676ba7b54f29.tar.gz |
libavcodec: add a new AV_CODEC_EXPORT_DATA_FILM_GRAIN flag and option
This introduces a new field to allow decoders to export their film grain
parameters.
Will be used by the next patch.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 58837090cf..b18f3acaea 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: +2020-11-25 - xxxxxxxxxx - lavc 58.113.100 - avcodec.h + Adds a new flag AV_CODEC_EXPORT_DATA_FILM_GRAIN for export_side_data. + 2020-11-25 - xxxxxxxxxx - lavu 56.61.100 - film_grain_params.h Adds a new API for extracting codec film grain parameters as side data. Adds a new AVFrameSideDataType entry AV_FRAME_DATA_FILM_GRAIN_PARAMS for it. |