[FFmpeg-devel] [PATCH] avutil/video_enc_params: fix code comment

Steven Liu lingjiujianke at gmail.com
Thu Aug 20 12:46:05 EEST 2020


leozhang <nowerzt at gmail.com> 于2020年8月20日周四 下午1:53写道:
>
> zhilizhao <quinkblack at foxmail.com> 于2020年8月13日周四 下午12:55写道:
> >
> >
> >
> > > On Aug 13, 2020, at 11:57 AM, leozhang <leozhang at qiyi.com> wrote:
> > >
> > > Signed-off-by: leozhang <leozhang at qiyi.com>
> > > ---
> > > 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 43fa443..e3b422d 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*
> >
> > LGTM.
> Thanks for the review. So could someone help to push it?
Applied!


Thanks
Steven


More information about the ffmpeg-devel mailing list