[MPlayer-cvslog] r18780 - trunk/mplayer.c

Rich Felker dalias at aerifal.cx
Fri Jun 23 06:54:17 CEST 2006


On Thu, Jun 22, 2006 at 12:06:05AM +0300, Uoti Urpala wrote:
> On Wed, 2006-06-21 at 22:29 +0200, michael wrote:
> > Log:
> > send flip_page() through the filter chain
> > ignoring the filter chain cannot and does not work with frame skip / insertion filters
> > if this breaks something then just reverse it, ive not exhaustively tested it ...
> 
> I think this is wrong, even though it might not break anything now. At

I agree. Page flip is not an operation the filter chain should know
about! As far as the filter chain is concerned, each frame passed to
put_image is being 'displayed'. Page flipping only happens at the vo
level.

Rich




More information about the MPlayer-cvslog mailing list