diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-02-14 17:36:20 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-02-14 22:32:53 +0100 |
commit | dc4e57489fa0f9cf4faf4c85cc405d6db77d84db (patch) | |
tree | 3bac4e2127c94dc0c1388ceec175aa68992f0b76 /libavcodec/version.h | |
parent | c1df37e59b516e9da47f0e9f7df748beafb2fc90 (diff) | |
download | ffmpeg-dc4e57489fa0f9cf4faf4c85cc405d6db77d84db.tar.gz |
CDXL demuxer and decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 485b60e993..56aadb24a4 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 0 +#define LIBAVCODEC_VERSION_MINOR 1 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |