diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2009-05-23 23:02:33 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2009-05-23 23:02:33 +0000 |
commit | 77bc343a40cca59c35adbe59dfabb0d45c19b169 (patch) | |
tree | fb2c179f84b9e05bf6237802df31893277a54029 /libavcodec/rv10.c | |
parent | 216fb60dff58314dae5add677d6a70d57b596aae (diff) | |
download | ffmpeg-77bc343a40cca59c35adbe59dfabb0d45c19b169.tar.gz |
indent
Originally committed as revision 18921 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/rv10.c')
-rw-r--r-- | libavcodec/rv10.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c index 54f73c5d13..af20f0c4ce 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", |