libavutil/frame.h: correct typo for AVFilmGrainParams in comment

This commit is contained in:
Guo, Yejun 2021-01-27 13:13:12 +08:00
parent 683cd25c5a
commit 149bfc2445
1 changed files with 1 additions and 1 deletions

View File

@ -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,