diff options
author | Anatoly Nenashev <nenashev_as@mail.ru> | 2010-11-26 10:11:16 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-11-26 10:11:16 +0000 |
commit | 9d09ebf1ed489b26d2bb09549016e114ef8d54b2 (patch) | |
tree | a5807ade31141862567ce0ebfc4e3b6c3111f82e /libavformat/avformat.h | |
parent | d6adf44b062ffcbd912222a3ae9231a718950bfe (diff) | |
download | ffmpeg-9d09ebf1ed489b26d2bb09549016e114ef8d54b2.tar.gz |
Mobotix .mxg demuxer
Patch by Anatoly Nenashev, anatoly d nenashev a ovsoft d ru
Originally committed as revision 25831 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index c96e45d59b..bd4ac50cac 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -22,8 +22,8 @@ #define AVFORMAT_AVFORMAT_H #define LIBAVFORMAT_VERSION_MAJOR 52 -#define LIBAVFORMAT_VERSION_MINOR 86 -#define LIBAVFORMAT_VERSION_MICRO 1 +#define LIBAVFORMAT_VERSION_MINOR 87 +#define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |