diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-06-05 00:06:23 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-06-05 00:06:51 +0200 |
commit | 449558d34a243e30b648f8ba0f878e7278c49c4a (patch) | |
tree | d75fd71abd67a6e7d3c85f6de3afedac60f5695d /libavfilter/version.h | |
parent | 841df7bf865cc200e422ba7136a6a47a3e5ddc63 (diff) | |
download | ffmpeg-449558d34a243e30b648f8ba0f878e7278c49c4a.tar.gz |
lavfi/mp: remove mp=sab
The filter was ported to a native libavfilter filter.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index cfb0ce83a4..06b42213da 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #define LIBAVFILTER_VERSION_MAJOR 3 #define LIBAVFILTER_VERSION_MINOR 75 -#define LIBAVFILTER_VERSION_MICRO 100 +#define LIBAVFILTER_VERSION_MICRO 101 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |