diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2012-03-18 15:04:38 -0400 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-03-19 19:02:23 +0100 |
commit | 0e714f889ee4e3a1632a11c345b5b5a1414d8fc5 (patch) | |
tree | 16d55d3d59fda67bdb6dc70b3d89f0e461a12737 /libavcodec/version.h | |
parent | b8560637d93b632bd6b318baea4dc68b79e2ef85 (diff) | |
download | ffmpeg-0e714f889ee4e3a1632a11c345b5b5a1414d8fc5.tar.gz |
ZeroCodec Decoder
An obscure Japanese lossless video codec, originally intended
for use with a remote desktop application.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
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 39ecd6894b..9e42a27ebb 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 10 +#define LIBAVCODEC_VERSION_MINOR 11 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |