diff options
author | Zhentan Feng <spyfeng@gmail.com> | 2010-05-24 21:59:32 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-05-24 21:59:32 +0000 |
commit | a24039861d92cc10bf09f2c64daabf4894a6fc0b (patch) | |
tree | d05c8849e0837f3e489f32c80198969cece36c5d /libavformat/avformat.h | |
parent | e34d5db5957aac0b2b7228ced432dcf4a1f5e5dc (diff) | |
download | ffmpeg-a24039861d92cc10bf09f2c64daabf4894a6fc0b.tar.gz |
MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>.
Originally committed as revision 23301 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 ae1b81480b..47b017815b 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 64 -#define LIBAVFORMAT_VERSION_MICRO 1 +#define LIBAVFORMAT_VERSION_MINOR 65 +#define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |