diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-10-22 06:01:38 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-10-22 06:01:38 +0000 |
commit | 66f7679c620ebde5cdf38843c7d342e3c8456f7d (patch) | |
tree | 4584c98101a2df809fea4017388df94b4d4af029 /libavformat/avformat.h | |
parent | 4e745a3b28a4b2ab009e7e6fe40f2d0457fa2a63 (diff) | |
download | ffmpeg-66f7679c620ebde5cdf38843c7d342e3c8456f7d.tar.gz |
Beam Software SIFF demuxer and video decoder
Originally committed as revision 10833 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 e3cc467b84..4070e02ea3 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -21,8 +21,8 @@ #ifndef FFMPEG_AVFORMAT_H #define FFMPEG_AVFORMAT_H -#define LIBAVFORMAT_VERSION_INT ((51<<16)+(16<<8)+1) -#define LIBAVFORMAT_VERSION 51.16.1 +#define LIBAVFORMAT_VERSION_INT ((51<<16)+(17<<8)+0) +#define LIBAVFORMAT_VERSION 51.17.0 #define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT #define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION) |