aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2010-04-05 19:46:55 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2010-04-05 19:46:55 +0000
commit3dd6180fc7900b0b658e9175160dfe907784da5c (patch)
treeba5ce3020b4c13e73d6a0890535bc64cb0ee4f03 /libavformat/avformat.h
parent0950e1703be141deccd3c1bc80d38145936b5f84 (diff)
downloadffmpeg-3dd6180fc7900b0b658e9175160dfe907784da5c.tar.gz
Add a flag to not overwrite existing tags
Patch by Anton Khirnov <wyskas gmail com>. Originally committed as revision 22806 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 7c7affac07..eb5a965bce 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -22,7 +22,7 @@
#define AVFORMAT_AVFORMAT_H
#define LIBAVFORMAT_VERSION_MAJOR 52
-#define LIBAVFORMAT_VERSION_MINOR 60
+#define LIBAVFORMAT_VERSION_MINOR 61
#define LIBAVFORMAT_VERSION_MICRO 0
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \