mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avutil/frame: clarify AV_FRAME_DATA_FILM_GRAIN_PARAMS usage
To allow for AFGS1 usage, which can expose multiple parameter sets for a single frame.
This commit is contained in:
parent
1539efaacb
commit
ea147f3b50
@ -180,6 +180,10 @@ enum AVFrameSideDataType {
|
||||
/**
|
||||
* Film grain parameters for a frame, described by AVFilmGrainParams.
|
||||
* Must be present for every frame which should have film grain applied.
|
||||
*
|
||||
* May be present multiple times, for example when there are multiple
|
||||
* alternative parameter sets for different video signal characteristics.
|
||||
* The user should select the most appropriate set for the application.
|
||||
*/
|
||||
AV_FRAME_DATA_FILM_GRAIN_PARAMS,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user