Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-11-16 20:00:04 +0400
committerLuca Barbato <lu_zero@gentoo.org>2013-09-27 03:33:45 +0400
commit7e52080cb18332cb1da9fe133498750b6b4b0fb3 (patch)
treeeca35956f53acf8f3d00a4667c854b0f20126395 /libavcodec/version.h
parent839df90c718dcab9b9e91ca3c7e73479b3e8103c (diff)
pcm: support 24-bit/32-bit little-endian planar
Used by LXF. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
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 574e02a7e2..55ef7055c3 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -27,7 +27,7 @@
*/
#define LIBAVCODEC_VERSION_MAJOR 55
-#define LIBAVCODEC_VERSION_MINOR 20
+#define LIBAVCODEC_VERSION_MINOR 21
#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \