aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changelog1
-rw-r--r--libavcodec/version.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 48ce306fea..c2f16b367b 100644
--- a/Changelog
+++ b/Changelog
@@ -49,6 +49,7 @@ easier to use. The changes are:
- select filter
- Apple ProRes decoder
- CELT in Ogg demuxing
+- VC-1 interlaced decoding
version 0.7:
diff --git a/libavcodec/version.h b/libavcodec/version.h
index d9e60cca01..5657511d80 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -22,7 +22,7 @@
#define LIBAVCODEC_VERSION_MAJOR 53
#define LIBAVCODEC_VERSION_MINOR 12
-#define LIBAVCODEC_VERSION_MICRO 1
+#define LIBAVCODEC_VERSION_MICRO 2
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \