Re: [libav-devel] [PATCH V2 1/3] lavc/qsvdec: set complete_frame flags for progressive picture

2018-03-29 Thread Li, Zhong
Ping? > -Original Message- > From: Li, Zhong > Sent: Thursday, March 22, 2018 10:42 PM > To: libav-devel@libav.org > Cc: Li, Zhong > Subject: [PATCH V2 1/3] lavc/qsvdec: set complete_frame flags for > progressive picture > > Set the flag MFX_BITSTREAM_COMPLETE_FRAME when it is a progres

[libav-devel] [PATCH V2 1/3] lavc/qsvdec: set complete_frame flags for progressive picture

2018-03-22 Thread Zhong Li
Set the flag MFX_BITSTREAM_COMPLETE_FRAME when it is a progressive picture. This can fix vc1 decoding segment fault issues because can't set the start code correctly. See: ./avconv -hwaccel qsv -c:v vc1_qsv -i /fate-suite/vc1/SA00040.vc1 -vf "hwdownload, format=nv12" -f rawvideo /dev/null v2: fix