Re: [FFmpeg-devel] [PATCH 1/2] avcodec/mediacodecdec: add delay_flush option

2018-03-07 Thread Matthieu Bouron
On Tue, Mar 06, 2018 at 01:15:55PM -0800, Aman Gupta wrote: > From: Aman Gupta > > The default behavior of the mediacodec decoder before this commit > was to delay flushes until all pending hardware frames were > returned to the decoder. This was useful for certain types of > applications, but wa

[FFmpeg-devel] [PATCH 1/2] avcodec/mediacodecdec: add delay_flush option

2018-03-06 Thread Aman Gupta
From: Aman Gupta The default behavior of the mediacodec decoder before this commit was to delay flushes until all pending hardware frames were returned to the decoder. This was useful for certain types of applications, but was unexpected behavior for others. The new default behavior with this co