summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2017-03-02 11:21:48 +0100
committerPaul B Mahol <onemda@gmail.com>2017-03-02 11:39:54 +0100
commita63496cc882428aefafc85d2f60e0908b020bffe (patch)
treeec6e2095a5974dd74e67305a3835c74023c88b29 /libavcodec/version.h
parent2b8151c80690a71db2cf8009855b4ae1a6abdd4c (diff)
downloadffmpeg-a63496cc882428aefafc85d2f60e0908b020bffe.tar.gz
avcodec: add ClearVideo decoder
Only I-frames are decoded for now. Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 5d8b22cb29..7647ad2e18 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -28,8 +28,8 @@
#include "libavutil/version.h"
#define LIBAVCODEC_VERSION_MAJOR 57
-#define LIBAVCODEC_VERSION_MINOR 81
-#define LIBAVCODEC_VERSION_MICRO 103
+#define LIBAVCODEC_VERSION_MINOR 82
+#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \