summaryrefslogtreecommitdiff
path: root/libavutil/avutil.h
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2006-09-25 15:23:40 +0000
committerLuca Barbato <lu_zero@gentoo.org>2006-09-25 15:23:40 +0000
commit79e47000c8847cc70acf6b7debac10add2e88a81 (patch)
treecc10b5acc1a3d175444e45d948aa831993073122 /libavutil/avutil.h
parent10aa27db712fce3a3c8e67a66ff72fcd879bcddf (diff)
move memory functions from avcodec to avutil
Originally committed as revision 6330 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r--libavutil/avutil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index e575aadf21..d75c5ca97e 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -32,8 +32,8 @@ extern "C" {
#define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #s
-#define LIBAVUTIL_VERSION_INT ((49<<16)+(0<<8)+0)
-#define LIBAVUTIL_VERSION 49.0.0
+#define LIBAVUTIL_VERSION_INT ((49<<16)+(0<<8)+1)
+#define LIBAVUTIL_VERSION 49.0.1
#define LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT
#define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION)