diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-05-22 20:33:24 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-05-22 20:33:24 +0200 |
commit | 50858a64bfc91a6d2717e2ecdd73b3f8322051fa (patch) | |
tree | 7524bf7baa9295062396d51ba58537666edb257d /libavcodec/version.h | |
parent | f452d6c34db08e9315fde5761a8c2d38533dfcef (diff) | |
download | ffmpeg-50858a64bfc91a6d2717e2ecdd73b3f8322051fa.tar.gz |
Add Avid Meridien Uncompressed (AVUI) encoder.
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 d176818562..3c588d7a6a 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 22 +#define LIBAVCODEC_VERSION_MINOR 23 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |