changeset 12163:012b55951076

quant_parameter is 2*mpeg1_quant, no problems noticed with too high values
author iive
date Fri, 09 Apr 2004 22:58:41 +0000
parents ab533510d598
children 77ff303c0eaa
files libmpcodecs/vf_spp.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_spp.c	Fri Apr 09 18:40:48 2004 +0000
+++ b/libmpcodecs/vf_spp.c	Fri Apr 09 22:58:41 2004 +0000
@@ -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: