diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-04-29 18:35:39 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-04-29 18:35:39 +0200 |
commit | 3dafde0b961023692b4c295ffba2061a84af13af (patch) | |
tree | d7d1a7ca71c16116aeb6a6200e6b94dcc96501b3 /libavcodec/version.h | |
parent | 9f98a8e9bc9b669f348834908dce927a2a5d9b90 (diff) | |
download | ffmpeg-3dafde0b961023692b4c295ffba2061a84af13af.tar.gz |
Simplify camstudio decoding and fix odd 16bit decoding.
Fixes ticket #1220.
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 24e6837586..23ce1db05f 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,7 +28,7 @@ #define LIBAVCODEC_VERSION_MAJOR 54 #define LIBAVCODEC_VERSION_MINOR 17 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |