diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2008-03-18 19:54:47 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2008-03-18 19:54:47 +0000 |
commit | 0f3444e17ce2846e103ecbaaeb777f791a698760 (patch) | |
tree | 608c44e7d8ed1166e1a06d223ad1f8fd41e696b2 /libavformat/avformat.h | |
parent | a7129de51b42aa05033579afbdc776a91bca7274 (diff) | |
download | ffmpeg-streaming-0f3444e17ce2846e103ecbaaeb777f791a698760.zip ffmpeg-streaming-0f3444e17ce2846e103ecbaaeb777f791a698760.tar.gz |
MSN TCP Webcam stream demuxer.
Originally committed as revision 12492 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 fa6687f..a2390e9 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 10 +#define LIBAVFORMAT_VERSION_MINOR 11 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |