summaryrefslogtreecommitdiffstats
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-07-06 00:41:27 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-07-10 01:29:17 +0200
commit21d56098265656b9b7e97a3ae385ca08bb93f729 (patch)
tree30d1f7bce55ff5b9ea0d843e360436cef2becaec /libavfilter/version.h
parentaef9e94f73b9e5e21f7a790343e0b4ffb9e2acee (diff)
downloadffmpeg-streaming-21d56098265656b9b7e97a3ae385ca08bb93f729.zip
ffmpeg-streaming-21d56098265656b9b7e97a3ae385ca08bb93f729.tar.gz
lavfi: add init_opaque callback
This will be used by filters which require an opaque field to be passed in input. Should be required only for filters which imply a programmatic use. This is possibly a temporary solution, to be removed when we'll have a clearer and better agreememnt of how/if to pass binary data for initializing a filter. See thread: Subject: [FFmpeg-devel][PATCH] lavfi: add init2 callback Date: Fri, 6 Jul 2012 01:22:17 +0200
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 8116465..ea95cf3 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -29,7 +29,7 @@
#include "libavutil/avutil.h"
#define LIBAVFILTER_VERSION_MAJOR 3
-#define LIBAVFILTER_VERSION_MINOR 1
+#define LIBAVFILTER_VERSION_MINOR 2
#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
OpenPOWER on IntegriCloud