diff options
author | Martin Storsjö <martin@martin.st> | 2018-10-05 16:16:11 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2018-11-05 16:02:51 +0200 |
commit | d7638d8dfc3c4ffd0dc18a64937a5a07ed67b354 (patch) | |
tree | cb5fab4e05c8013831f1712cb2b6fca058e7bc34 /libavformat/version.h | |
parent | e7ed9d81bff0e244fce1bb35e9fda2c255c1c2bb (diff) | |
download | ffmpeg-d7638d8dfc3c4ffd0dc18a64937a5a07ed67b354.tar.gz |
flvdec: Export unknown metadata packets as opaque data
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 3a839f2fa8..843f922f9c 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -32,7 +32,7 @@ // Major bumping may affect Ticket5467, 5421, 5451(compatibility with Chromium) // Also please add any ticket numbers that you believe might be affected here #define LIBAVFORMAT_VERSION_MAJOR 58 -#define LIBAVFORMAT_VERSION_MINOR 21 +#define LIBAVFORMAT_VERSION_MINOR 22 #define LIBAVFORMAT_VERSION_MICRO 100 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |