Commit 51757ac7 authored by Mashiat Sarker Shakkhar's avatar Mashiat Sarker Shakkhar Committed by Anton Khirnov

lavc: Micro version bump for VC1 interlaced decoding support

Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
parent cad16562
......@@ -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:
......
......@@ -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, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment