diff options
author | Martin Storsjö <martin@martin.st> | 2012-12-12 00:22:48 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-01-15 11:55:10 +0200 |
commit | 2f3bada63e57345329c4f9b48e9b81b5cfc03d05 (patch) | |
tree | 0fca9f3fa78273b26df15fa5bdbbc8e9bdcd14d1 /libavformat/version.h | |
parent | 424da308302bef604844d3110a39f2f03bf5358e (diff) | |
download | ffmpeg-2f3bada63e57345329c4f9b48e9b81b5cfc03d05.tar.gz |
lavf: Add a protocol for SRTP encryption/decryption
This is mostly useful for encryption together with the RTP muxer,
but could also be set up as IO towards the peer with the SDP
demuxer with custom IO.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/version.h')
-rw-r--r-- | libavformat/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/version.h b/libavformat/version.h index cb6bc7727c..89f1f6c603 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -30,8 +30,8 @@ #include "libavutil/avutil.h" #define LIBAVFORMAT_VERSION_MAJOR 54 -#define LIBAVFORMAT_VERSION_MINOR 20 -#define LIBAVFORMAT_VERSION_MICRO 5 +#define LIBAVFORMAT_VERSION_MINOR 21 +#define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |