summaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2017-01-11 00:17:59 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2017-01-11 00:17:59 +0100
commit4313ed511a31ad44c267fc0766ccc0e8daa9fc3f (patch)
treef8a69984f7335a5aad4236f5784334fa30ffe1e1 /libavcodec/version.h
parentdaff04bd1837442286fcb6b58546a2cc7f5b589d (diff)
downloadffmpeg-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.h2
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, \
OpenPOWER on IntegriCloud