diff options
author | Sergiy <piratfm@gmail.com> | 2009-12-04 16:52:16 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2009-12-04 16:52:16 +0000 |
commit | 6bf22e18d1357f11048902e2c5ac9f814cd123fa (patch) | |
tree | 8ab686f0da2b5f4afa99de6a60fa1ed1502e0acf /libavformat/avformat.h | |
parent | b83ccbffe9b109fcd18dbd178d6b4f300e6d6799 (diff) | |
download | ffmpeg-6bf22e18d1357f11048902e2c5ac9f814cd123fa.tar.gz |
Implement RTMP output (publishing FLV stream to RTMP server).
Patch by Sergiy (piratfm at `do-no-evil-mail`.com)
Originally committed as revision 20731 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 d0d9b8d221..507a491104 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -22,7 +22,7 @@ #define AVFORMAT_AVFORMAT_H #define LIBAVFORMAT_VERSION_MAJOR 52 -#define LIBAVFORMAT_VERSION_MINOR 40 +#define LIBAVFORMAT_VERSION_MINOR 41 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |