diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-11-16 16:00:04 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2013-09-27 01:33:45 +0200 |
commit | 7e52080cb18332cb1da9fe133498750b6b4b0fb3 (patch) | |
tree | eca35956f53acf8f3d00a4667c854b0f20126395 /libavcodec/version.h | |
parent | 839df90c718dcab9b9e91ca3c7e73479b3e8103c (diff) | |
download | ffmpeg-7e52080cb18332cb1da9fe133498750b6b4b0fb3.tar.gz |
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.h | 2 |
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, \ |