]> git.sesse.net Git - ffmpeg/commitdiff
libavutil/frame.h: correct typo for AVFilmGrainParams in comment
authorGuo, Yejun <yejun.guo@intel.com>
Wed, 27 Jan 2021 05:13:12 +0000 (13:13 +0800)
committerGuo, Yejun <yejun.guo@intel.com>
Wed, 27 Jan 2021 05:13:47 +0000 (13:13 +0800)
libavutil/frame.h

index 392315f40f16db361c5b82917638a09697d3e7ca..1aeafef6de997041bb23f34d304f9203ca31a2e7 100644 (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,