[MPlayer-cvslog] CVS: main/libmpcodecs vf_spp.c,1.31,1.32

Corey Hickey bugfood-ml at fatooh.org
Tue Dec 6 21:47:28 CET 2005


Michael Niedermayer CVS wrote:
> CVS change done by Michael Niedermayer CVS
> 
> Update of /cvsroot/mplayer/main/libmpcodecs
> In directory mail:/var2/tmp/cvs-serv19340
> 
> Modified Files:
> 	vf_spp.c 
> Log Message:
> prevent flicker, to get old behaviour use spp=x:y:4 / x:y:5

Thanks! What does it do, store the qp from surrounding p-frames and use
that instead of the qp from the b-frame? Would a patch to the manpage
describing <mode> like this be correct?

<mode>
     0: hard thresholding (default)
     1: soft thresholding (better deringing, but blurrier)
     4: like 0, but also use b-frames' QP (may cause flicker)
     5: like 1, but also use b-frames' QP (may cause flicker)

-Corey




More information about the MPlayer-cvslog mailing list