diff options
author | Jai Menon <realityman@gmx.net> | 2008-03-30 19:17:01 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-03-30 19:17:01 +0000 |
commit | 3a027f5e669c0c6363d960c585f52a6957e03b39 (patch) | |
tree | 8ad5c179317f16a0d62a8c72da967b20de117c8c /libavformat/avformat.h | |
parent | cb21e0a7155028ebb05cd576ec9827c52613a317 (diff) | |
download | ffmpeg-streaming-3a027f5e669c0c6363d960c585f52a6957e03b39.zip ffmpeg-streaming-3a027f5e669c0c6363d960c585f52a6957e03b39.tar.gz |
IFF demuxer
Patch by Jai Menon (realityman <at> gmx.net)
Originally committed as revision 12633 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 76c1578..3c20e64 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 12 +#define LIBAVFORMAT_VERSION_MINOR 13 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |