From 77bc343a40cca59c35adbe59dfabb0d45c19b169 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 23 May 2009 23:02:33 +0000 Subject: [PATCH] indent Originally committed as revision 18921 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/rv10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c index 54f73c5..af20f0c 100644 --- a/libavcodec/rv10.c +++ b/libavcodec/rv10.c @@ -511,7 +511,7 @@ av_log(s->avctx, AV_LOG_DEBUG, "\n");*/ // s->umvplus=1; s->modified_quant=1; if(!s->avctx->lowres) - s->loop_filter=1; + s->loop_filter=1; if(s->avctx->debug & FF_DEBUG_PICT_INFO){ av_log(s->avctx, AV_LOG_INFO, "num:%5d x:%2d y:%2d type:%d qscale:%2d rnd:%d\n", -- 2.7.4