Commit 17a75a8c authored by Vittorio Giovara's avatar Vittorio Giovara

libxvid: fix missing end of line character

Error introduced in 5ce7ca68.
parent 486e3649
......@@ -530,7 +530,7 @@ static av_cold int xvid_encode_init(AVCodecContext *avctx) {
x->lumi_aq = 1;
if (x->lumi_aq && x->variance_aq) {
x->variance_aq = 0
x->variance_aq = 0;
av_log(avctx, AV_LOG_WARNING,
"variance_aq is ignored when lumi_aq is set.\n");
}
......
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