summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorXu Guangxin <guangxin.xu@intel.com>2020-08-13 14:51:02 +0800
committerJames Almer <jamrial@gmail.com>2020-08-14 00:02:13 -0300
commit9a7bdb6d711c160734b498b6ba1a7b8fb6c230ec (patch)
tree4451d311b2e9b81c47474004072bcf88e131f5f7 /libavformat/version.h
parent6a941b56913c6766677c56245187268f326e7ad8 (diff)
avformat/av1dec: add low-overhead bitstream format
It's defined in Section 5.2, used by netflix. Signed-off-by: James Almer <jamrial@gmail.com>
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 4d31e1ec3e..aa309ecc77 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 50
+#define LIBAVFORMAT_VERSION_MINOR 51
#define LIBAVFORMAT_VERSION_MICRO 100
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \