From 17a75a8c0902a86a1e933312e562a40656e281e3 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Mon, 7 Apr 2014 14:56:25 +0200 Subject: libxvid: fix missing end of line character Error introduced in 5ce7ca68b86856ee8e9d6530dffdadc4eca4f8d1. --- libavcodec/libxvid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/libxvid.c') diff --git a/libavcodec/libxvid.c b/libavcodec/libxvid.c index 9970d8632e..dd68ecaa08 100644 --- a/libavcodec/libxvid.c +++ b/libavcodec/libxvid.c @@ -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"); } -- cgit v1.2.3