summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorAndreas Öman <andreas@lonelycoder.com>2007-11-28 19:51:59 +0000
committerAndreas Öman <andreas@lonelycoder.com>2007-11-28 19:51:59 +0000
commitfe2b276c2ed6463f3e0db859a10b71addd839cd8 (patch)
treee39fe63fbadc3c498e471f92c5a6564b95386ece /libavformat
parente7e4810aaef4c11b9a2d62c5656d76917bdd5a27 (diff)
Bump lavf minor due to addition of
av_url_read_fplay(), av_url_read_fpause() and av_url_read_fseek() Originally committed as revision 11111 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/avformat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 900122c6f1..4449e9c70e 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -21,8 +21,8 @@
#ifndef FFMPEG_AVFORMAT_H
#define FFMPEG_AVFORMAT_H
-#define LIBAVFORMAT_VERSION_INT ((52<<16)+(0<<8)+0)
-#define LIBAVFORMAT_VERSION 52.0.0
+#define LIBAVFORMAT_VERSION_INT ((52<<16)+(1<<8)+0)
+#define LIBAVFORMAT_VERSION 52.1.0
#define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT
#define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)