aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/avutil.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-01-18 22:50:57 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-01-18 22:50:57 +0000
commitb0973124927d8ea5c8564abfd8f9c087696408e8 (patch)
tree5fea6e7b2168712516208df1d561f96a8a88bd80 /libavutil/avutil.h
parentef4c0bb1dcbd8438ec9a6126cd92e4b97d859217 (diff)
downloadffmpeg-b0973124927d8ea5c8564abfd8f9c087696408e8.tar.gz
Deprecate av_init_random() in favour of av_random_init(), with a more natural
name and order of parameters. Originally committed as revision 16679 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r--libavutil/avutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index 68a780e8b9..fdbce40fae 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -35,7 +35,7 @@
#define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c)
#define LIBAVUTIL_VERSION_MAJOR 49
-#define LIBAVUTIL_VERSION_MINOR 13
+#define LIBAVUTIL_VERSION_MINOR 14
#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \