Re: [libav-devel] [PATCH V3 3/3] lavc/qsvdec: expose frame pic_type

2018-03-27 Thread Li, Zhong
-devel [mailto:libav-devel-boun...@libav.org] On Behalf Of > Maxym Dmytrychenko > Sent: Tuesday, March 27, 2018 3:03 AM > To: libav development > Cc: Liu, ChaoX A > Subject: Re: [libav-devel] [PATCH V3 3/3] lavc/qsvdec: expose frame pic_type > > aside of intend points at fram

Re: [libav-devel] [PATCH V3 3/3] lavc/qsvdec: expose frame pic_type

2018-03-26 Thread Maxym Dmytrychenko
aside of intend points at frame->surface..., should be ok On Thu, Mar 22, 2018 at 3:41 PM, Zhong Li wrote: > Currently pict_type are unset. > Add an extra param to fetch the picture type from qsv decoder > > v2: fix the compile error since AV_PICTURE_TYPE_NONE is not existed in > libav. > v3: r

[libav-devel] [PATCH V3 3/3] lavc/qsvdec: expose frame pic_type

2018-03-22 Thread Zhong Li
Currently pict_type are unset. Add an extra param to fetch the picture type from qsv decoder v2: fix the compile error since AV_PICTURE_TYPE_NONE is not existed in libav. v3: remove the key_frame setting because the judgement “key frame is equal to IDR frame” only suitable for H264. For HEVC, all