diff options
author | Gregory Montoir <cyx@users.sourceforge.net> | 2008-07-10 03:02:19 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2008-07-10 03:02:19 +0000 |
commit | 5b8cc860a1ba0096287d33eb5e015babd6f5dcdd (patch) | |
tree | e7d2efd64fa5707949cedfb605a4f310aa97e345 /libavformat/avformat.h | |
parent | 974e0eeed320cbcf0574ea7e42c9f2e93e201103 (diff) | |
download | ffmpeg-5b8cc860a1ba0096287d33eb5e015babd6f5dcdd.tar.gz |
Motion Pixels MVI Demuxer.
Patch by Gregory Montoir <cyx <at> users <dot> sourceforge <dot> net>
Originally committed as revision 14147 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 93ed4ae1f0..500c0cf377 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -22,7 +22,7 @@ #define FFMPEG_AVFORMAT_H #define LIBAVFORMAT_VERSION_MAJOR 52 -#define LIBAVFORMAT_VERSION_MINOR 16 +#define LIBAVFORMAT_VERSION_MINOR 17 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |