summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2016-12-18 12:31:24 +0100
committerNicolas George <george@nsup.org>2017-01-12 14:06:16 +0100
commitdbe9dbed31f0bf04ee0a8b5b667dc9c313684197 (patch)
tree571dbd3ac160244c2ae833133be3a22e5a4ec111 /libavfilter/version.h
parent0b66c456f9caf5973943b5a0b008e920a655c3f9 (diff)
lavfi/buffersink: add accessors for the stream properties.
av_buffersink_get_frame_rate() did already exist; its argument becomes const.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r--libavfilter/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index e3bd8d0084..4fdb48764c 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,7 +30,7 @@
#include "libavutil/version.h"
#define LIBAVFILTER_VERSION_MAJOR 6
-#define LIBAVFILTER_VERSION_MINOR 68
+#define LIBAVFILTER_VERSION_MINOR 69
#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \