summaryrefslogtreecommitdiffstats
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2012-08-13 17:05:00 +0200
committerMartin Storsjö <martin@martin.st>2012-08-15 10:37:34 +0300
commit635ac8e1be91e941908f85642e4bbb609e48193f (patch)
treee81324262a103c42567e1577e9a37d88ea639a89 /libavformat/version.h
parent661454aa28eef9dfaa6550f1dbc3f195597b1001 (diff)
downloadffmpeg-streaming-635ac8e1be91e941908f85642e4bbb609e48193f.zip
ffmpeg-streaming-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index e2cd0c7..54185fa 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, \
OpenPOWER on IntegriCloud