summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
authorleozhang <leozhang@qiyi.com>2020-08-13 11:57:05 +0800
committerSteven Liu <lq@chinaffmpeg.org>2020-08-20 17:45:00 +0800
commit3b7036bc1d3bea6631088b58a6dc6399aad157e3 (patch)
treecc698f3120b2f38bc7a186873f5d941236673759 /libavutil
parentd5abb11738a3897681f5e1205659e0054180efe4 (diff)
avutil/video_enc_params: fix code comment
Reviewed-by: Zhao Zhili <zhilizhao@tencent.com> Signed-off-by: leozhang <leozhang@qiyi.com>
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/video_enc_params.h2
1 files changed, 1 insertions, 1 deletions
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*