summaryrefslogtreecommitdiffstats
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorDmitry Samonenko <shreddingwork@gmail.com>2012-09-22 14:32:37 +0400
committerMartin Storsjö <martin@martin.st>2012-09-26 19:04:57 +0300
commit490ae95aa81db681f426e8ca7f8a539adfebc895 (patch)
tree3540494fe664d09a74da7fc01b0bd839c3b69fe3 /libavformat/version.h
parent92d2b909a0de6e2f77a98405280c78052b35b421 (diff)
downloadffmpeg-streaming-490ae95aa81db681f426e8ca7f8a539adfebc895.zip
ffmpeg-streaming-490ae95aa81db681f426e8ca7f8a539adfebc895.tar.gz
rtpenc: Add support for packetizing speex
This packetization scheme simply places the full packets into the RTP packet without any extra header bytes. 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 2539d60..3cb6d82 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -31,7 +31,7 @@
#define LIBAVFORMAT_VERSION_MAJOR 54
#define LIBAVFORMAT_VERSION_MINOR 17
-#define LIBAVFORMAT_VERSION_MICRO 0
+#define LIBAVFORMAT_VERSION_MICRO 1
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \
OpenPOWER on IntegriCloud