Commit c8038eec authored by michaelni's avatar michaelni

trying to fix qscale==0


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@341 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ed9d94cd
......@@ -1179,6 +1179,13 @@ void add_codec(FFStream *stream, AVCodecContext *av)
av->width = 160;
av->height = 128;
}
av->bit_rate_tolerance= 128000;
av->qmin= 5;
av->qmax= 31;
av->qcompress= 0.5;
av->qblur= 0.5;
av->max_qdiff= 3;
break;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment