diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-12-25 18:48:05 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-12-25 19:20:55 +0100 |
commit | 0c0168a2104b9f7020e82059121679d302cefa40 (patch) | |
tree | 028733a3785ae3b0c2c5129af856e4bcc676bca6 /libavformat/version.h | |
parent | 1efdb0a43f153bfda13668c707778c24fa8d627d (diff) | |
download | ffmpeg-0c0168a2104b9f7020e82059121679d302cefa40.tar.gz |
avformat/cache: support non continuous caching
This allows using the cache protocol on top of seekable but slow protocols to
speed them up
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 95d84fe4c6..a4b9a43f20 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -31,7 +31,7 @@ #define LIBAVFORMAT_VERSION_MAJOR 56 #define LIBAVFORMAT_VERSION_MINOR 16 -#define LIBAVFORMAT_VERSION_MICRO 101 +#define LIBAVFORMAT_VERSION_MICRO 102 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |