[Mplayer-cvslog] CVS: main/libmpcodecs vf_spp.c,1.19,1.20
Ivan Kalvachev CVS
syncmail at mplayerhq.hu
Sat Apr 10 00:58:43 CEST 2004
CVS change done by Ivan Kalvachev CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv9618
Modified Files:
vf_spp.c
Log Message:
quant_parameter is 2*mpeg1_quant, no problems noticed with too high values
Index: vf_spp.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_spp.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- vf_spp.c 8 Apr 2004 12:03:24 -0000 1.19
+++ vf_spp.c 9 Apr 2004 22:58:41 -0000 1.20
@@ -591,8 +591,6 @@
if(vf->priv->qp < 0)
vf->priv->qp = 0;
- if(vf->priv->qp > 31 )
- vf->priv->qp = 31;
switch(vf->priv->mode){
default:
More information about the MPlayer-cvslog
mailing list