1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

avutil/video_enc_params: fix code comment

Reviewed-by: Zhao Zhili <zhilizhao@tencent.com>
Signed-off-by: leozhang <leozhang@qiyi.com>
This commit is contained in:
leozhang 2020-08-13 11:57:05 +08:00 committed by Steven Liu
parent d5abb11738
commit 3b7036bc1d

View File

@ -153,7 +153,7 @@ AVVideoEncParams *av_video_enc_params_alloc(enum AVVideoEncParamsType type,
/** /**
* Allocates memory for AVEncodeInfoFrame plus an array of * Allocates memory for AVEncodeInfoFrame plus an array of
* {@code nb_blocks} AVEncodeInfoBlock in the given AVFrame {@code frame} * {@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. * and initializes the variables.
*/ */
AVVideoEncParams* AVVideoEncParams*