You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
libxvid: fix missing end of line character
Error introduced in 5ce7ca68b8
.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user