mirror of
https://github.com/mpv-player/mpv
synced 2024-12-11 09:25:56 +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:
parent
35fe7137c4
commit
c6df54c835
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user