1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-11 01:16:45 +00:00

quant_parameter is 2*mpeg1_quant, no problems noticed with too high values

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12164 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
iive 2004-04-09 22:58:41 +00:00
parent 35fe7137c4
commit c6df54c835

View File

@ -591,8 +591,6 @@ static int open(vf_instance_t *vf, char* args){
if(vf->priv->qp < 0)
vf->priv->qp = 0;
if(vf->priv->qp > 31 )
vf->priv->qp = 31;
switch(vf->priv->mode){
default: