diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-02-05 20:43:33 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-02-05 20:43:33 +0100 |
commit | bb9c8d9439ce522f978d8a77888b14f2060a7e91 (patch) | |
tree | 22ed669fb09a28808561021608bc42dc34abbf8d /libavcodec/version.h | |
parent | 5fa1a1d8fc35cfcec14454ae07432b91839d2309 (diff) | |
download | ffmpeg-bb9c8d9439ce522f978d8a77888b14f2060a7e91.tar.gz |
Add v408 / AYUV encoder and decoder.
Fixes last part of ticket #470.
Reviewed-by: Paul B Mahol
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index ac28707635..db72466927 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -21,8 +21,8 @@ #define AVCODEC_VERSION_H #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 0 -#define LIBAVCODEC_VERSION_MICRO 102 +#define LIBAVCODEC_VERSION_MINOR 1 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |