[FFmpeg-cvslog] r18310 - trunk/libavutil/lzo.c

diego subversion
Thu Apr 2 10:15:03 CEST 2009


Author: diego
Date: Thu Apr  2 10:15:03 2009
New Revision: 18310

Log:
Replace manual setting of the removed av_log_level variable by the
corresponding call to av_log_set_level().

Modified:
   trunk/libavutil/lzo.c

Modified: trunk/libavutil/lzo.c
==============================================================================
--- trunk/libavutil/lzo.c	Thu Apr  2 10:08:45 2009	(r18309)
+++ trunk/libavutil/lzo.c	Thu Apr  2 10:15:03 2009	(r18310)
@@ -249,7 +249,7 @@ int main(int argc, char *argv[]) {
     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



More information about the ffmpeg-cvslog mailing list