summaryrefslogtreecommitdiff
path: root/libavcodec/snowenc.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-05-10 00:46:02 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-05-10 00:46:02 +0200
commitf349703e1dcc2181a3f7557b8547664cedfedbb3 (patch)
treeedd73938f7fd0d0afa49f6807119560b59f633ca /libavcodec/snowenc.c
parentb62297805b5fd7c67ada8d913b3b10ee86dcb569 (diff)
avcodec/snowenc: change log level for iterative ME information to debug level
The printed stuff should be useless to the average user and its certainly not an error. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/snowenc.c')
-rw-r--r--libavcodec/snowenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/snowenc.c b/libavcodec/snowenc.c
index db8ab769d6..a30c618004 100644
--- a/libavcodec/snowenc.c
+++ b/libavcodec/snowenc.c
@@ -1155,7 +1155,7 @@ static void iterative_me(SnowContext *s){
}
}
}
- av_log(s->avctx, AV_LOG_ERROR, "pass:%d changed:%d\n", pass, change);
+ av_log(s->avctx, AV_LOG_DEBUG, "pass:%d changed:%d\n", pass, change);
if(!change)
break;
}