summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorHoward Chu <hyc@highlandsun.com>2010-03-28 13:39:36 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-03-28 13:39:36 +0000
commit0f943ce663de3f7a903556a0666d7cefae1c8bf2 (patch)
tree2472fe192a36b679f9760c392df7d739288a875a /libavformat/avformat.h
parent9bee24595432f98411a891affd1f1ca3fb254c9f (diff)
Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols via
librtmp. Patch by Howard Chu <hyc * highlandsun * com>. Originally committed as revision 22710 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 4ec9452310..258501abcd 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 57
-#define LIBAVFORMAT_VERSION_MICRO 1
+#define LIBAVFORMAT_VERSION_MINOR 58
+#define LIBAVFORMAT_VERSION_MICRO 0
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \