diff options
author | wm4 <nfxjfg@googlemail.com> | 2017-08-17 15:01:44 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2017-08-30 14:29:14 +0200 |
commit | 173b56218f39c6463be0e182259e2deead106936 (patch) | |
tree | 7227734f73f82e3560846c92ce9070117b1603a5 /libavformat/version.h | |
parent | 5e3f6dc70198426fe0741e3017826b8bf3ee5ad8 (diff) | |
download | ffmpeg-173b56218f39c6463be0e182259e2deead106936.tar.gz |
lavf: make avio_read_partial() public
Main use-case is proxying avio through a foreign I/O layer and a custom
AVIO context, without losing latency and performance characteristics.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
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 7060375c1a..28fb076a31 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -30,7 +30,7 @@ #include "libavutil/version.h" #define LIBAVFORMAT_VERSION_MAJOR 58 -#define LIBAVFORMAT_VERSION_MINOR 0 +#define LIBAVFORMAT_VERSION_MINOR 1 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |