summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorAlyssa Milburn <amilburn@zall.org>2020-01-05 19:41:14 +0100
committerPaul B Mahol <onemda@gmail.com>2020-02-15 10:55:33 +0100
commit732d77dc500e01fb8ca2e11bf0f9836e65a0f3b7 (patch)
tree3e84f1f1f78ea4daedec0fbc09648a93db58268d /libavcodec/version.h
parent55755b4ab27a94bfa1d91e494441dc2168164d19 (diff)
downloadffmpeg-732d77dc500e01fb8ca2e11bf0f9836e65a0f3b7.tar.gz
avcodec: add cdtoons decoder
This adds a decoder for Broderbund's sprite-based QuickTime CDToons codec, based on the decoder I wrote for ScummVM. Signed-off-by: Alyssa Milburn <amilburn@zall.org>
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 6bf2a05145..692c4a0e49 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -28,8 +28,8 @@
#include "libavutil/version.h"
#define LIBAVCODEC_VERSION_MAJOR 58
-#define LIBAVCODEC_VERSION_MINOR 68
-#define LIBAVCODEC_VERSION_MICRO 102
+#define LIBAVCODEC_VERSION_MINOR 69
+#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \