diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-05-08 20:41:20 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-05-08 20:41:20 +0000 |
commit | 3fe1ec39c6eeba3348e3824df0d185525c321d57 (patch) | |
tree | b3adbecf0ab4d8158bc9b7a9e7e6c7a5046aaab2 /libavutil/avutil.h | |
parent | c12caa32b2d9fd8f76b4268a835731935b1cd794 (diff) | |
download | ffmpeg-3fe1ec39c6eeba3348e3824df0d185525c321d57.tar.gz |
Add means to adjust the log level per context.
Originally committed as revision 23059 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r-- | libavutil/avutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h index e9e07b92fd..4bfe024f6e 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -41,7 +41,7 @@ #define LIBAVUTIL_VERSION_MAJOR 50 #define LIBAVUTIL_VERSION_MINOR 15 -#define LIBAVUTIL_VERSION_MICRO 1 +#define LIBAVUTIL_VERSION_MICRO 2 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ LIBAVUTIL_VERSION_MINOR, \ |