# HG changeset patch # User diego # Date 1238660103 0 # Node ID a44606418c824e8998707517f022ba5570d91569 # Parent faf384df4bd74e0c14c9188703bbedbcf1099d23 Replace manual setting of the removed av_log_level variable by the corresponding call to av_log_set_level(). diff -r faf384df4bd7 -r a44606418c82 lzo.c --- 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