Mercurial > libavutil.hg
changeset 720:a44606418c82 libavutil
Replace manual setting of the removed av_log_level variable by the
corresponding call to av_log_set_level().
author | diego |
---|---|
date | Thu, 02 Apr 2009 08:15:03 +0000 |
parents | faf384df4bd7 |
children | 75c89362a6b1 |
files | lzo.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lzo.c Wed Apr 01 22:56:26 2009 +0000 +++ b/lzo.c Thu Apr 02 08:15:03 2009 +0000 @@ -249,7 +249,7 @@ long tmp[LZO1X_MEM_COMPRESS]; int inlen, outlen; int i; - av_log_level = AV_LOG_DEBUG; + av_log_set_level(AV_LOG_DEBUG); lzo1x_999_compress(orig, s, comp, &clen, tmp); for (i = 0; i < 300; i++) { START_TIMER