diff log.h @ 917:3ab411c447c4 libavutil

Add means to adjust the log level per context.
author michael
date Sat, 08 May 2010 20:41:20 +0000
parents de7b577403bc
children 2acb0b1891c0
line wrap: on
line diff
--- a/log.h	Wed May 05 21:44:47 2010 +0000
+++ b/log.h	Sat May 08 20:41:20 2010 +0000
@@ -56,6 +56,12 @@
      */
 
     int version;
+
+    /**
+     * Offset in the structure where log_level_offset is stored.
+     * 0 means there is no such variable
+     */
+    int log_level_offset_offset;
 } AVClass;
 
 /* av_log API */