diff options
author | Mashiat Sarker Shakkhar <shahriman_ams@yahoo.com> | 2011-10-07 00:00:27 +0500 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-10-10 15:26:37 +0200 |
commit | 51757ac7894ef85abe4ae76624511c2e14b7bd6b (patch) | |
tree | cb81f566505f489f5a3502cd2eb1c2f43e6ea786 /libavcodec/version.h | |
parent | cad16562c8d76ea2a2a6495f29296c3ff7966946 (diff) | |
download | ffmpeg-51757ac7894ef85abe4ae76624511c2e14b7bd6b.tar.gz |
lavc: Micro version bump for VC1 interlaced decoding support
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, \ |