diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2012-03-05 15:29:23 -0500 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-03-05 22:25:49 +0100 |
commit | 01606d10e600c4794d89490e731c321fb73a5141 (patch) | |
tree | 7b26f4bb99a3e43dc4acd9182557c3a3463fa93b /libavcodec/version.h | |
parent | d6e4e69a4993e8f2fe1f7e8227ac388039d886d2 (diff) | |
download | ffmpeg-01606d10e600c4794d89490e731c321fb73a5141.tar.gz |
libutvideo: Add Ut Video encoder wrapper
All colorspaces are supported.
Renamed libutvideo.cpp to libutvideodec.cpp.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 b8d2bbf2b3..72d5b2e075 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -21,7 +21,7 @@ #define AVCODEC_VERSION_H #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 8 +#define LIBAVCODEC_VERSION_MINOR 9 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |