mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-05 23:34:35 +08:00
mb qp limits
Originally committed as revision 1340 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -217,6 +217,8 @@ void avcodec_get_context_defaults(AVCodecContext *s){
|
||||
s->bit_rate_tolerance= s->bit_rate*10;
|
||||
s->qmin= 2;
|
||||
s->qmax= 31;
|
||||
s->mb_qmin= 2;
|
||||
s->mb_qmax= 31;
|
||||
s->rc_eq= "tex^qComp";
|
||||
s->qcompress= 0.5;
|
||||
s->max_qdiff= 3;
|
||||
|
Reference in New Issue
Block a user