Browse Source

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>
tags/n2.7
Michael Niedermayer 10 years ago
parent
commit
f349703e1d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/snowenc.c

+ 1
- 1
libavcodec/snowenc.c View File

@@ -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;
}


Loading…
Cancel
Save