diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-05-19 22:50:39 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-05-19 22:50:39 +0000 |
commit | 2c1bb26535b7c5476bc5cee4bd4c8f0fdadd1f27 (patch) | |
tree | 5e210d8d67d8f3d3567886e677128b1ceee120ad /libavutil/avutil.h | |
parent | 4e74187db2f5db52f88729efc662df9d6bc763e1 (diff) | |
download | ffmpeg-2c1bb26535b7c5476bc5cee4bd4c8f0fdadd1f27.tar.gz |
Make it possible for a log context to keep track of its parent context.
This is usefull to keep track and display relations where things are a
bit more complex (like AVProtocols or demuxers used by demuxers and such)
Originally committed as revision 23199 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 4bfe024f6e..31f68612c5 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 2 +#define LIBAVUTIL_VERSION_MICRO 3 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ LIBAVUTIL_VERSION_MINOR, \ |