diff options
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2012-08-13 17:05:00 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-08-15 10:37:34 +0300 |
commit | 635ac8e1be91e941908f85642e4bbb609e48193f (patch) | |
tree | e81324262a103c42567e1577e9a37d88ea639a89 /libavformat/version.h | |
parent | 661454aa28eef9dfaa6550f1dbc3f195597b1001 (diff) | |
download | ffmpeg-635ac8e1be91e941908f85642e4bbb609e48193f.tar.gz |
rtmp: Add support for SWFVerification
Specifies how the server verifies client SWF files before allowing the
files to connect to an application. Verifying SWF files is a security
measure that prevents someone from creating their own SWF files that can
attempt to stream your resources.
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 e2cd0c7f05..54185fa5b7 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -31,7 +31,7 @@ #define LIBAVFORMAT_VERSION_MAJOR 54 #define LIBAVFORMAT_VERSION_MINOR 13 -#define LIBAVFORMAT_VERSION_MICRO 2 +#define LIBAVFORMAT_VERSION_MICRO 3 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |