diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-11-19 09:19:30 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-11-20 17:29:00 +0000 |
commit | dd59f0125df0339dafb5ac63be9b3c416babb0b2 (patch) | |
tree | 4821c4c8300ef47a1d69331b45087e5196314a10 /libavcodec/version.h | |
parent | f17f759544bcde5bd49ddc681bccde313ff3e030 (diff) | |
download | ffmpeg-dd59f0125df0339dafb5ac63be9b3c416babb0b2.tar.gz |
add some planar PCM encoders
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 4a658d8285..3c49cee9f4 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 73 +#define LIBAVCODEC_VERSION_MINOR 74 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |