Re: [FFmpeg-devel] [PATCH 3/6] avcodec/apng: Dispose previous frame properly

2015-06-08 Thread Michael Niedermayer
On Mon, Jun 08, 2015 at 02:28:05PM +0200, Paul B Mahol wrote: > On 6/7/15, Donny Yang wrote: > > The spec specifies the dispose operation as how the current (i.e., > > currently > > being rendered) frame should be disposed when the next frame is blended onto > > it > > > > This is contrary to ffmp

Re: [FFmpeg-devel] [PATCH 3/6] avcodec/apng: Dispose previous frame properly

2015-06-08 Thread Paul B Mahol
On 6/7/15, Donny Yang wrote: > The spec specifies the dispose operation as how the current (i.e., > currently > being rendered) frame should be disposed when the next frame is blended onto > it > > This is contrary to ffmpeg's current behaviour of interpreting the dispose > operation as how the pr

[FFmpeg-devel] [PATCH 3/6] avcodec/apng: Dispose previous frame properly

2015-06-07 Thread Donny Yang
The spec specifies the dispose operation as how the current (i.e., currently being rendered) frame should be disposed when the next frame is blended onto it This is contrary to ffmpeg's current behaviour of interpreting the dispose operation as how the previous (i.e., already rendered) frame shoul

[FFmpeg-devel] [PATCH 3/6] avcodec/apng: Dispose previous frame properly

2015-06-02 Thread Donny Yang
The spec specifies the dispose operation as how the current (i.e., currently being rendered) frame should be disposed when the next frame is blended onto it This is contrary to ffmpeg's current behaviour of interpreting the dispose operation as how the previous (i.e., already rendered) frame shoul