diff avcodec.h @ 11741:872971445121 libavcodec

Add log_level_offset to AVCodecContext.
author stefano
date Mon, 17 May 2010 22:49:34 +0000
parents ceffa0ca7596
children a85d4655ad52
line wrap: on
line diff
--- a/avcodec.h	Mon May 17 09:53:59 2010 +0000
+++ b/avcodec.h	Mon May 17 22:49:34 2010 +0000
@@ -31,7 +31,7 @@
 
 #define LIBAVCODEC_VERSION_MAJOR 52
 #define LIBAVCODEC_VERSION_MINOR 67
-#define LIBAVCODEC_VERSION_MICRO  1
+#define LIBAVCODEC_VERSION_MICRO  2
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
                                                LIBAVCODEC_VERSION_MINOR, \
@@ -2656,6 +2656,8 @@
      * - decoding: unused
      */
     float crf_max;
+
+    int log_level_offset;
 } AVCodecContext;
 
 /**