diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2006-10-12 12:02:58 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2006-10-12 12:02:58 +0000 |
commit | 29f86228a0d77bd6f62e66334b732650396f9571 (patch) | |
tree | ce42c2d42c4bbdd71bbc2016c34c01f4051c7683 /libavformat/avformat.h | |
parent | 7da4d4cdeca48667378b96a451621fc9aa76664b (diff) | |
download | ffmpeg-29f86228a0d77bd6f62e66334b732650396f9571.tar.gz |
support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
Originally committed as revision 6672 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 1fb9fe5c29..a1d6b3617a 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -25,8 +25,8 @@ extern "C" { #endif -#define LIBAVFORMAT_VERSION_INT ((50<<16)+(5<<8)+0) -#define LIBAVFORMAT_VERSION 50.5.0 +#define LIBAVFORMAT_VERSION_INT ((50<<16)+(6<<8)+0) +#define LIBAVFORMAT_VERSION 50.6.0 #define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT #define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION) |