diff options
author | Antti Seppälä <a.seppala+libav-devel@gmail.com> | 2012-07-25 12:43:39 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-07-26 00:18:32 +0300 |
commit | 5423e908c9f5f12f599f6c9625ac9539be671695 (patch) | |
tree | 607c12985353a594262989deae9158cb45bcde34 /libavformat/version.h | |
parent | abf77a247baa19357bbf41d6460d4f65a8ff07f2 (diff) | |
download | ffmpeg-5423e908c9f5f12f599f6c9625ac9539be671695.tar.gz |
Support urlencoded http authentication credentials
It should be possible to specify usernames in http requests containing
urlencoded characters. This patch adds support for decoding the auth
strings.
Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/version.h')
-rw-r--r-- | libavformat/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h index bc6cae664b..de6da526c3 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -31,7 +31,7 @@ #define LIBAVFORMAT_VERSION_MAJOR 54 #define LIBAVFORMAT_VERSION_MINOR 12 -#define LIBAVFORMAT_VERSION_MICRO 0 +#define LIBAVFORMAT_VERSION_MICRO 1 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |