Changeset ed09bb37 in ffmpeg

Timestamp:
Jun 8, 2015, 1:32:49 PM (9 years ago)
Author:
Michael Niedermayer <michaelni@gmx.at>
Branches:
master
Children:
0ab1c46f
Parents:
6dd5371e
git-author:
Donny Yang <work@kota.moe> (06/07/15 18:12:30)
git-committer:
Michael Niedermayer <michaelni@gmx.at> (06/08/15 13:32:49)
Message:

avcodec/apng: Dispose previous frame properly

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 should be disposed

This patch fixes ffmpeg's behaviour to match those of the spec, which involved
a rewrite of the blending function

Signed-off-by: Donny Yang <work@kota.moe>
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

(No files)

Note: See TracChangeset for help on using the changeset viewer.