summaryrefslogtreecommitdiffstats
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-05-26 00:18:01 +0300
committerMartin Storsjö <martin@martin.st>2012-05-26 13:35:39 +0300
commit2dcb21a95d67c7d1027344abefff57b0fdaa4e33 (patch)
tree755cc6349d514e63b8ecdf7e4ef41eacdf083b43 /libavformat/version.h
parentb1d22dc52f678bc137b2bf76135ab6849366c292 (diff)
downloadffmpeg-streaming-2dcb21a95d67c7d1027344abefff57b0fdaa4e33.zip
ffmpeg-streaming-2dcb21a95d67c7d1027344abefff57b0fdaa4e33.tar.gz
rtpenc: Expose the ssrc as an avoption
This allows the caller to set it, and allows the caller to query what it was set to. 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 7bd0b8e..b00701e 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -31,7 +31,7 @@
#define LIBAVFORMAT_VERSION_MAJOR 54
#define LIBAVFORMAT_VERSION_MINOR 3
-#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