Commit 094147cd authored by Michael Niedermayer's avatar Michael Niedermayer

set global_quality

Originally committed as revision 4037 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 52a0bbff
......@@ -3130,6 +3130,7 @@ static void opt_output_file(const char *filename)
video_enc->gop_size = 0;
if (video_qscale || same_quality) {
video_enc->flags |= CODEC_FLAG_QSCALE;
video_enc->global_quality=
st->quality = FF_QP2LAMBDA * video_qscale;
}
......
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