[FFmpeg-devel] [PATCH] lavc/vaapi_encode_av1: Fix encode fail since 9db68ed0
Xiang, Haihao
haihao.xiang at intel.com
Wed Sep 18 10:31:09 EEST 2024
On Vr, 2024-09-13 at 10:45 +0200, Lynne via ffmpeg-devel wrote:
> On 13/09/2024 05:15, fei.w.wang-at-intel.com at ffmpeg.org wrote:
> > From: Fei Wang <fei.w.wang at intel.com>
> >
> > Signed-off-by: Fei Wang <fei.w.wang at intel.com>
> > ---
> > 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
More information about the ffmpeg-devel
mailing list