Re: [FFmpeg-devel] [PATCH, RFC] lavf/deinterlace_qsv: set TFF or BFF together with progressive

2019-02-21 Thread Li, Zhong
> > > Currently, BFF or TFF will not be set if the frame is progressive. > > > This will break the Input PicStruct check in MSDK because of absence > > > of the specific PicStruct check for: > > > MFX_PICSTRUCT_PROGRESSIVE | MFX_PICSTRUCT_FIELD_REPEATED > > > > > > Set PicStruct to MFX_PICSTRUCT_FI

Re: [FFmpeg-devel] [PATCH, RFC] lavf/deinterlace_qsv: set TFF or BFF together with progressive

2019-02-18 Thread Fu, Linjie
> -Original Message- > From: Li, Zhong > Sent: Monday, February 18, 2019 13:48 > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Cc: Fu, Linjie > Subject: RE: [FFmpeg-devel] [PATCH, RFC] lavf/deinterlace_qsv: set TFF or > BFF together with

Re: [FFmpeg-devel] [PATCH, RFC] lavf/deinterlace_qsv: set TFF or BFF together with progressive

2019-02-17 Thread Li, Zhong
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Linjie Fu > Sent: Saturday, February 16, 2019 3:50 AM > To: ffmpeg-devel@ffmpeg.org > Cc: Fu, Linjie > Subject: [FFmpeg-devel] [PATCH, RFC] lavf/deinterlace_qsv: set TFF or BFF > together with progr

Re: [FFmpeg-devel] [PATCH, RFC] lavf/deinterlace_qsv: set TFF or BFF together with progressive

2019-02-17 Thread Fu, Linjie
lavf/deinterlace_qsv: set TFF or > BFF together with progressive > > 2019-02-15 20:50 GMT+01:00, Linjie Fu : > > Currently, BFF or TFF will not be set if the frame is progressive. > > This will break the Input PicStruct check in MSDK > > Was this always documen

Re: [FFmpeg-devel] [PATCH, RFC] lavf/deinterlace_qsv: set TFF or BFF together with progressive

2019-02-15 Thread Carl Eugen Hoyos
2019-02-15 20:50 GMT+01:00, Linjie Fu : > Currently, BFF or TFF will not be set if the frame is progressive. > This will break the Input PicStruct check in MSDK Was this always documented? If not - given that this is completely counterintuitive - this should be fixed in the driver. Carl Eugen __

[FFmpeg-devel] [PATCH, RFC] lavf/deinterlace_qsv: set TFF or BFF together with progressive

2019-02-15 Thread Linjie Fu
Currently, BFF or TFF will not be set if the frame is progressive. This will break the Input PicStruct check in MSDK because of absence of the specific PicStruct check for: MFX_PICSTRUCT_PROGRESSIVE | MFX_PICSTRUCT_FIELD_REPEATED Set PicStruct to MFX_PICSTRUCT_FIELD_TFF or MFX_PICSTRUCT_FIELD_BFF