Re: [FFmpeg-devel] [PATCH] lavc/qsv: skip the packet if decoding failure.

2018-01-26 Thread Mark Thompson
On 26/01/18 07:33, Song, Ruiling wrote: > > >> -Original Message- >> From: Jun Zhao [mailto:mypopy...@gmail.com] >> Sent: Friday, January 26, 2018 1:02 PM >> To: FFmpeg development discussions and patches ; >> Song, Ruiling >> Subject: Re:

Re: [FFmpeg-devel] [PATCH] lavc/qsv: skip the packet if decoding failure.

2018-01-25 Thread Song, Ruiling
> -Original Message- > From: Jun Zhao [mailto:mypopy...@gmail.com] > Sent: Friday, January 26, 2018 1:02 PM > To: FFmpeg development discussions and patches ; > Song, Ruiling > Subject: Re: [FFmpeg-devel] [PATCH] lavc/qsv: skip the packet if decoding > failure. &g

Re: [FFmpeg-devel] [PATCH] lavc/qsv: skip the packet if decoding failure.

2018-01-25 Thread Jun Zhao
On 2018/1/25 16:37, Ruiling Song wrote: > From: "Ruiling, Song" > > MediaSDK may fail to decode some frame, just skip it. > Otherwise, it will keep decoding the failure packet repeatedly > without processing any packet afterwards. > > v2: > switch to using av_packet_unref(). > > Signed-off-by: R

Re: [FFmpeg-devel] [PATCH] lavc/qsv: skip the packet if decoding failure.

2018-01-25 Thread Jun Zhao
On 2018/1/25 16:37, Ruiling Song wrote: > From: "Ruiling, Song" > > MediaSDK may fail to decode some frame, just skip it. > Otherwise, it will keep decoding the failure packet repeatedly > without processing any packet afterwards. > > v2: > switch to using av_packet_unref(). > > Signed-off-by: R