diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2015-05-16 17:03:28 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2015-06-07 10:14:45 +0200 |
commit | 9b56ac74b170d12027fbc81f581a451a709f1105 (patch) | |
tree | 84d1c34490ef22c3a07d0ed3a05342a4c592e3b9 /libavformat/version.h | |
parent | 0289f81241e720452b5a77713488d54d3ec252d7 (diff) | |
download | ffmpeg-9b56ac74b170d12027fbc81f581a451a709f1105.tar.gz |
mpjpeg: Initial implementation
Support only streams with Content-Length.
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 495302ab87..714ec72e2c 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -30,7 +30,7 @@ #include "libavutil/version.h" #define LIBAVFORMAT_VERSION_MAJOR 56 -#define LIBAVFORMAT_VERSION_MINOR 18 +#define LIBAVFORMAT_VERSION_MINOR 19 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |