diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-02-11 20:49:05 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-02-13 16:40:11 +0100 |
commit | a9b81bfd1c7a9b3d4c92af99aee9a284d1133b9e (patch) | |
tree | 126a750ca183878424d8c1ce2eeda329649792ee /libavutil/version.h | |
parent | d18df8beb0a0ba1fe22b1fa3a2ea1dc679f100f7 (diff) | |
download | ffmpeg-a9b81bfd1c7a9b3d4c92af99aee9a284d1133b9e.tar.gz |
avutil/avstring: add a "ALL" entry and the possibility to negate matches to av_match_name()
This will extend the whitelist features to allow blacklisting individual protocols and to
explicitly force everything to be enabled.
Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavutil/version.h')
-rw-r--r-- | libavutil/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/version.h b/libavutil/version.h index 5352f26949..f99624c94b 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -65,7 +65,7 @@ #define LIBAVUTIL_VERSION_MAJOR 55 #define LIBAVUTIL_VERSION_MINOR 17 -#define LIBAVUTIL_VERSION_MICRO 100 +#define LIBAVUTIL_VERSION_MICRO 101 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ LIBAVUTIL_VERSION_MINOR, \ |