[FFmpeg-cvslog] avutil/video_enc_params: fix code comment

leozhang git at videolan.org
Thu Aug 20 12:45:23 EEST 2020


ffmpeg | branch: master | leozhang <leozhang at qiyi.com> | Thu Aug 13 11:57:05 2020 +0800| [3b7036bc1d3bea6631088b58a6dc6399aad157e3] | committer: Steven Liu

avutil/video_enc_params: fix code comment

Reviewed-by: Zhao Zhili <zhilizhao at tencent.com>
Signed-off-by: leozhang <leozhang at qiyi.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3b7036bc1d3bea6631088b58a6dc6399aad157e3
---

 libavutil/video_enc_params.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavutil/video_enc_params.h b/libavutil/video_enc_params.h
index 43fa443154..e3b422d6f3 100644
--- a/libavutil/video_enc_params.h
+++ b/libavutil/video_enc_params.h
@@ -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*



More information about the ffmpeg-cvslog mailing list