1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

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

View File

@ -194,7 +194,7 @@ enum AVFrameSideDataType {
AV_FRAME_DATA_SEI_UNREGISTERED, 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. * Must be present for every frame which should have film grain applied.
*/ */
AV_FRAME_DATA_FILM_GRAIN_PARAMS, AV_FRAME_DATA_FILM_GRAIN_PARAMS,