diff options
author | Paul B Mahol <onemda@gmail.com> | 2011-12-08 00:05:23 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-12-08 09:47:53 +0100 |
commit | e93947b7d845168beb768c988f4e13fe9601d670 (patch) | |
tree | af687fbca0087de4cfaf1fee0baef3baf04861c2 /libavcodec/version.h | |
parent | 47b20a1db07552fa6071fb7368534dda0b0f5546 (diff) | |
download | ffmpeg-e93947b7d845168beb768c988f4e13fe9601d670.tar.gz |
cljr: add encoder
Signed-off-by: Diego Biurrun <diego@biurrun.de>
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 3918b139da..a41234fd90 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 26 +#define LIBAVCODEC_VERSION_MINOR 27 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |