mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
libavutil/frame.h: correct typo for AVFilmGrainParams in comment
This commit is contained in:
parent
683cd25c5a
commit
149bfc2445
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ enum AVFrameSideDataType {
|
|||
AV_FRAME_DATA_SEI_UNREGISTERED,
|
||||
|
||||
/**
|
||||
* Film grain parameters for a frame, described by AVFilmGrainParameters.
|
||||
* Film grain parameters for a frame, described by AVFilmGrainParams.
|
||||
* Must be present for every frame which should have film grain applied.
|
||||
*/
|
||||
AV_FRAME_DATA_FILM_GRAIN_PARAMS,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue