Sorry it is interrupted, I mean could you specify which hevc clip should be 
tested?

As your comment, maybe we need to find a HEVC clip with CRA frames to test.

From: Li, Zhong
Sent: Wednesday, January 31, 2018 4:11 PM
To: libav-devel@libav.org
Subject: RE: [libav-devel] [PATCH V2] lavc/qsvdec: expose frame pic_type and 
key_frame


> > @@ -416,6 +421,8 @@ FF_ENABLE_DEPRECATION_WARNINGS

> >              outsurf->Info.PicStruct & MFX_PICSTRUCT_FIELD_TFF;

> >          frame->interlaced_frame =

> >              !(outsurf->Info.PicStruct &

> MFX_PICSTRUCT_PROGRESSIVE);

> > +        frame->pict_type =

> ff_qsv_map_pictype(out_frame->dec_info.FrameType);

> > +        frame->key_frame = !!(out_frame->dec_info.FrameType &

> > + MFX_FRAMETYPE_IDR);

> >

> >          /* update the surface properties */

> >          if (avctx->pix_fmt == AV_PIX_FMT_QSV)

> >

>

> Does this do the right thing for H.265?  (Can't test right now.)



Testing should use a HEVC clips


_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to