summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-08-19 08:33:14 +0100
committerLuca Barbato <lu_zero@gentoo.org>2013-08-19 22:47:07 +0200
commitb886f5c2f1e71b3e60e4265c500158d392b4b9a4 (patch)
treec0cb4eb0e786220dcf116b86d9f8414f524ff66c /libavformat/version.h
parent59f595921eb2b848a80a74aa81b6bb43038c9ebe (diff)
mkv: Allow flushing the current cluster in progress
Allow emitting the current cluster that is being written before starting a new one, simplifying how to figure out where clusters are positioned in the output stream (for live streaming). Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
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 73fb7c1196..ac675ce953 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -30,7 +30,7 @@
#include "libavutil/avutil.h"
#define LIBAVFORMAT_VERSION_MAJOR 55
-#define LIBAVFORMAT_VERSION_MINOR 2
+#define LIBAVFORMAT_VERSION_MINOR 3
#define LIBAVFORMAT_VERSION_MICRO 0
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \