On Vr, 2024-09-13 at 10:45 +0200, Lynne via ffmpeg-devel wrote: > On 13/09/2024 05:15, [email protected] wrote: > > From: Fei Wang <[email protected]> > > > > Signed-off-by: Fei Wang <[email protected]> > > --- > > libavcodec/vaapi_encode_av1.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/libavcodec/vaapi_encode_av1.c b/libavcodec/vaapi_encode_av1.c > > index 6d1be9fc07..1b350cd936 100644 > > --- a/libavcodec/vaapi_encode_av1.c > > +++ b/libavcodec/vaapi_encode_av1.c > > @@ -637,7 +637,7 @@ static int > > vaapi_encode_av1_init_picture_params(AVCodecContext *avctx, > > slot = ((VAAPIEncodeAV1Picture*)ref_pic->codec_priv)->slot; > > av_assert0(vpic->reference_frames[slot] == > > VA_INVALID_SURFACE); > > > > - vpic->reference_frames[slot] = ((VAAPIEncodePicture *)ref_pic)- > > >recon_surface; > > + vpic->reference_frames[slot] = ((VAAPIEncodePicture *)ref_pic- > > >priv)->recon_surface; > > } > > } > > > > LGTM > thanks
Will apply, Thanks Haihao _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
