diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2017-01-11 00:17:59 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2017-01-11 00:17:59 +0100 |
commit | 4313ed511a31ad44c267fc0766ccc0e8daa9fc3f (patch) | |
tree | f8a69984f7335a5aad4236f5784334fa30ffe1e1 /libavcodec/version.h | |
parent | daff04bd1837442286fcb6b58546a2cc7f5b589d (diff) | |
download | ffmpeg-streaming-4313ed511a31ad44c267fc0766ccc0e8daa9fc3f.zip ffmpeg-streaming-4313ed511a31ad44c267fc0766ccc0e8daa9fc3f.tar.gz |
lavc/psd: Interpret DUOTONE as GRAYSCALE.
This is what gimp, ImageMagick and FreeImage do and what the
Adobe Photoshop file format specification suggests.
Fixes a sample from ticket #6045.
Reviewed-by: Martin Vignali
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 c5a8f55..7f1b0a4 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 57 #define LIBAVCODEC_VERSION_MINOR 71 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |