diff options
author | Michael Bradshaw <mbradshaw@sorensonmedia.com> | 2011-11-17 16:57:09 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-11-18 01:20:40 +0100 |
commit | 856b33f578d3ca0e17ae69273d1c77248bf61a66 (patch) | |
tree | 1dd67ff37d5a28193ed963f87f0b4de0e64fc2b8 /libavcodec/version.h | |
parent | 32aa9590ac02e477b6ffe83806e735fd4a86c362 (diff) | |
download | ffmpeg-856b33f578d3ca0e17ae69273d1c77248bf61a66.tar.gz |
Added support for J2K encoding with libopenjpeg
Note: Some of the previous patches have had two bugs that have been fixed
in this patch.
Signed-off-by: Michael Bradshaw <mbradshaw@sorensonmedia.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 b7f01e95c6..cdc983f640 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -21,7 +21,7 @@ #define AVCODEC_VERSION_H #define LIBAVCODEC_VERSION_MAJOR 53 -#define LIBAVCODEC_VERSION_MINOR 34 +#define LIBAVCODEC_VERSION_MINOR 35 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |