summaryrefslogtreecommitdiffstats
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-09-07 11:21:06 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-09-09 10:57:28 +0200
commita4cb0af94582aa7598db95bba4bc92f1b349dfe3 (patch)
tree1b20533e55c14f8d24fc79b05cbf9dcef370eecf /libavfilter/version.h
parente62e455f7b4c5b148f5a289ba823dcc71d6ca389 (diff)
downloadffmpeg-streaming-a4cb0af94582aa7598db95bba4bc92f1b349dfe3.zip
ffmpeg-streaming-a4cb0af94582aa7598db95bba4bc92f1b349dfe3.tar.gz
lavfi: drop deprecated and pointless avfilter_default_end_frame() function
Fix warning when compiling boxblur. While this is technically a major API break, practically there will be no one using that function since the filtering API is mostly private, so that function alone is not usable.
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 8c9d4e1..607948d 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,7 +30,7 @@
#define LIBAVFILTER_VERSION_MAJOR 3
#define LIBAVFILTER_VERSION_MINOR 16
-#define LIBAVFILTER_VERSION_MICRO 100
+#define LIBAVFILTER_VERSION_MICRO 101
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \
OpenPOWER on IntegriCloud