Skip to content
Snippets Groups Projects
Commit 17a75a8c authored by Vittorio Giovara's avatar Vittorio Giovara
Browse files

libxvid: fix missing end of line character

Error introduced in 5ce7ca68.
parent 486e3649
No related branches found
No related tags found
No related merge requests found
......@@ -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");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment