core: Fix rare corner cases in video frame generation
commitd3a1fa98f4e20ce707a7da54d381adf1e3d1eb87
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Mon, 23 Nov 2009 02:38:32 +0000 (23 04:38 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Mon, 23 Nov 2009 02:38:32 +0000 (23 04:38 +0200)
tree88bf4fa73cee1353dbff5fd47f17043414c20c1f
parente43926d6d1bf243eec90bc790b453e402be2eb8c
core: Fix rare corner cases in video frame generation

Check that frames added by filters reach the screen and are not just
buffered by the VO, and give filters a chance to output added frames
if previous frame at EOF was buffered by VO. It's unlikely that anyone
ever noticed practical problems caused by these issues.
mplayer.c