diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-04-30 08:36:20 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-05-03 08:32:35 +0200 |
commit | e3b225a4fe0ff1e64a220b757c6f0a5cf9258521 (patch) | |
tree | 952afdaae03b17159e8783431e75cbae1bb8534e /libavformat/version.h | |
parent | 0574bc06d23a6690a16c5926dddc9be359a3d7bb (diff) | |
download | ffmpeg-e3b225a4fe0ff1e64a220b757c6f0a5cf9258521.tar.gz |
matroskaenc: add an option to put the index at the start of the file
Diffstat (limited to 'libavformat/version.h')
-rw-r--r-- | libavformat/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h index ea97eee993..4ebf0784e9 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -31,7 +31,7 @@ #define LIBAVFORMAT_VERSION_MAJOR 55 #define LIBAVFORMAT_VERSION_MINOR 0 -#define LIBAVFORMAT_VERSION_MICRO 0 +#define LIBAVFORMAT_VERSION_MICRO 1 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |