avutil/film_grain_params: add support for H.274 Film Grain Characteristics

Used by codecs like H.264, HEVC, and VVC.

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2021-07-23 11:06:31 -03:00
parent 41d1dba4d2
commit e3b5ff17c2
3 changed files with 93 additions and 1 deletions

View File

@@ -13,6 +13,9 @@ libavutil: 2021-04-27
API changes, most recent first:
2021-07-22 - xxxxxxxxxx - lavu 57.2.100 - film_grain_params.h
Add AV_FILM_GRAIN_PARAMS_H274, AVFilmGrainH274Params
2021-07-19 - xxxxxxxxxx - lavu 57.1.100 - cpu.h
Add av_cpu_force_count()