summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2016-11-22 17:16:48 -0500
committerVittorio Giovara <vittorio.giovara@gmail.com>2016-11-23 10:36:13 -0500
commit79ff9935ae4ae90a4dd485bd9a3a440281d866b2 (patch)
tree1a2f9d686ed8c9c3e1177f2afc0d10de5a30e4d3 /libavformat/version.h
parent286ab878bd39b56008035638227b3ecb8ec5bbb7 (diff)
utils: Add av_stream_add_side_data()
Functionally similar to av_packet_add_side_data(). Allows the use of an already allocated buffer as stream side data. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
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 c329c2f302..c6085f8591 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -30,7 +30,7 @@
#include "libavutil/version.h"
#define LIBAVFORMAT_VERSION_MAJOR 57
-#define LIBAVFORMAT_VERSION_MINOR 9
+#define LIBAVFORMAT_VERSION_MINOR 10
#define LIBAVFORMAT_VERSION_MICRO 0
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \