summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2017-03-02 11:21:48 +0100
committerDiego Biurrun <diego@biurrun.de>2017-04-25 15:39:10 +0200
commit189157c3fc8eeb691e3684b09d971eb5ddb47d5b (patch)
tree704655cb4e3cb2d2bbe1cea0e2c2ded9b48bea6e /libavcodec/version.h
parentc55f2ae2b8d4de473f945aebd6a7a89b6b83e87a (diff)
Add ClearVideo decoder
Only I-frames are decoded for now. Signed-off-by: Diego Biurrun <diego@biurrun.de>
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 63c9a1f634..2a61bbd718 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 2
+#define LIBAVCODEC_VERSION_MINOR 3
#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \