summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-04-26 03:44:05 +0200
committerMartin Storsjö <martin@martin.st>2013-05-28 13:56:29 +0300
commit728214992e3698305550c1762f973d2ac567f016 (patch)
tree410e351e271f8159233ef2bced10da4732fd0c55 /libavcodec/version.h
parentd8b9dbe7768c958dc40d65450f6cc5740f1b46a7 (diff)
vc1dec: Remove interlaced warning
Also add a note about the feature in the changelog. Signed-off-by: Martin Storsjö <martin@martin.st>
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 5fd9bd2ff9..f3a2668e12 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -28,7 +28,7 @@
#define LIBAVCODEC_VERSION_MAJOR 55
#define LIBAVCODEC_VERSION_MINOR 7
-#define LIBAVCODEC_VERSION_MICRO 0
+#define LIBAVCODEC_VERSION_MICRO 1
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \