Mercurial > libavformat.hg
diff avformat.h @ 5938:854b3ac40b8e libavformat
Add a flag to not overwrite existing tags
Patch by Anton Khirnov <wyskas gmail com>.
| author | rbultje |
|---|---|
| date | Mon, 05 Apr 2010 19:46:55 +0000 |
| parents | 742d48f7f5fb |
| children | b8a234311fc1 |
line wrap: on
line diff
--- a/avformat.h Mon Apr 05 17:26:06 2010 +0000 +++ b/avformat.h Mon Apr 05 19:46:55 2010 +0000 @@ -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, \
