]> git.sesse.net Git - ffmpeg/commitdiff
avutil/video_enc_params: fix code comment
authorleozhang <leozhang@qiyi.com>
Thu, 13 Aug 2020 03:57:05 +0000 (11:57 +0800)
committerSteven Liu <lq@chinaffmpeg.org>
Thu, 20 Aug 2020 09:45:00 +0000 (17:45 +0800)
Reviewed-by: Zhao Zhili <zhilizhao@tencent.com>
Signed-off-by: leozhang <leozhang@qiyi.com>
libavutil/video_enc_params.h

index 43fa4431542eb7f88afbecac81293969186d1898..e3b422d6f3f1b3d5ef18f9ad819393b2f57f4384 100644 (file)
@@ -153,7 +153,7 @@ AVVideoEncParams *av_video_enc_params_alloc(enum AVVideoEncParamsType type,
 /**
  * Allocates memory for AVEncodeInfoFrame plus an array of
  * {@code nb_blocks} AVEncodeInfoBlock in the given AVFrame {@code frame}
- * as AVFrameSideData of type AV_FRAME_DATA_ENCODE_INFO
+ * as AVFrameSideData of type AV_FRAME_DATA_VIDEO_ENC_PARAMS
  * and initializes the variables.
  */
 AVVideoEncParams*