]> granicus.if.org Git - libx264/commit
Improve flash detection's behavior near the end of the video
authorFiona Glaser <fiona@x264.com>
Sun, 7 Nov 2010 00:47:27 +0000 (17:47 -0700)
committerFiona Glaser <fiona@x264.com>
Wed, 10 Nov 2010 08:16:25 +0000 (00:16 -0800)
commite6c22fef723b44ecab5f597cf24f642c1d54741d
treea4eadf006eee2d749dbddf08ed9f7966cf003a0e
parent2f2ab0fa6c873c32363d7c3115f483fafdbe326f
Improve flash detection's behavior near the end of the video
Flash detection catches situations like AAAABBCCDDDD, where A,B,C,D are frames in different scenes.
x264 would place a keyframe on the first "D".
However, if the video ended on the last "C", x264 would place a keyframe on the first "C", even though C classifies as a flash.
This change fixes this issue.
encoder/slicetype.c