Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-02-19 15:10:32 +0400
committerAnton Khirnov <anton@khirnov.net>2014-03-24 09:07:51 +0400
commit25b32586566f285d797737863c97a1c5c9c84e2b (patch)
tree75da9bdaea35c7d4cd050414949cb23bbf133a16 /libavformat/version.h
parent0e2c3ee9a335d8a0a5edf0509e222e804d7b2619 (diff)
lavf: add an AVStream field for exporting stream-global side data
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 3d1e21f17b..ef5a148deb 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -30,7 +30,7 @@
#include "libavutil/version.h"
#define LIBAVFORMAT_VERSION_MAJOR 55
-#define LIBAVFORMAT_VERSION_MINOR 12
+#define LIBAVFORMAT_VERSION_MINOR 13
#define LIBAVFORMAT_VERSION_MICRO 0
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \