summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2020-04-13 20:44:06 -0300
committerJames Almer <jamrial@gmail.com>2020-04-16 15:05:07 -0300
commitfccd6c2be0aa4feb3fe8050769705459a1990e83 (patch)
treeaed03b87b75930ea5cc5c46211057d578dd67ec8 /libavcodec/version.h
parent8e30502abe62f741cfef1e7b75048ae86a99a50f (diff)
avcodec: add a WebP parser
Based on code from the BMP parser. Addresses ticket #8574 Reviewed-by: James Zern <jzern@google.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index a4eb83124c..8cff2e855b 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -28,7 +28,7 @@
#include "libavutil/version.h"
#define LIBAVCODEC_VERSION_MAJOR 58
-#define LIBAVCODEC_VERSION_MINOR 79
+#define LIBAVCODEC_VERSION_MINOR 80
#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \