diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2009-07-31 06:49:36 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2009-07-31 06:49:36 +0000 |
commit | 9fd6b8436008100699537c76e28c21a01e58cf4c (patch) | |
tree | 9d80baa288d7675a6ed8b1f75a5bf1ca433cfd7e /libavformat/avformat.h | |
parent | abbe30ad892d00deea4080d29aa02804e4223eab (diff) | |
download | ffmpeg-9fd6b8436008100699537c76e28c21a01e58cf4c.tar.gz |
RTMP protocol support (as a client)
Originally committed as revision 19556 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 2185edc992..16170d40a8 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 36 +#define LIBAVFORMAT_VERSION_MINOR 37 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |