summaryrefslogtreecommitdiffstats
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-12-25 18:48:05 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-12-25 19:20:55 +0100
commit0c0168a2104b9f7020e82059121679d302cefa40 (patch)
tree028733a3785ae3b0c2c5129af856e4bcc676bca6 /libavformat/version.h
parent1efdb0a43f153bfda13668c707778c24fa8d627d (diff)
downloadffmpeg-streaming-0c0168a2104b9f7020e82059121679d302cefa40.zip
ffmpeg-streaming-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index 95d84fe..a4b9a43 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, \
OpenPOWER on IntegriCloud