diff options
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2012-07-19 14:13:58 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-07-23 16:32:07 +0300 |
commit | acd554c103459ae7a5d89caa611e91bbc9bf695f (patch) | |
tree | 7e591295c7f7057bc6e8c3da4ef7d825611c868b /libavformat/version.h | |
parent | 0e31088b6c57e7d495deda0abaf5de5adb2c18fa (diff) | |
download | ffmpeg-acd554c103459ae7a5d89caa611e91bbc9bf695f.tar.gz |
RTMPE protocol support
This adds two protocols, but one of them is an internal implementation
detail just used as an abstraction layer/generalization in the code. The
RTMPE protocol implementation uses ffrtmpcrypt:// as an alternative to the
tcp:// protocol. This allows moving most of the lower level logic out
from the higher level generic rtmp code.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/version.h')
-rw-r--r-- | libavformat/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h index d20b07005a..3681e8db13 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -30,7 +30,7 @@ #include "libavutil/avutil.h" #define LIBAVFORMAT_VERSION_MAJOR 54 -#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, \ |