diff options
author | Anton Khirnov <wyskas@gmail.com> | 2010-04-05 19:46:55 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-04-05 19:46:55 +0000 |
commit | 3dd6180fc7900b0b658e9175160dfe907784da5c (patch) | |
tree | ba5ce3020b4c13e73d6a0890535bc64cb0ee4f03 /libavformat/avformat.h | |
parent | 0950e1703be141deccd3c1bc80d38145936b5f84 (diff) | |
download | ffmpeg-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.h | 2 |
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, \ |