diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2018-12-18 18:00:31 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2018-12-18 18:00:31 +0100 |
commit | 06a436a224c00b97c0d2a173be2f5d792fd643db (patch) | |
tree | d510ccadb266b86baf826b9543712543109438fd /libavcodec/version.h | |
parent | 568e1b229b85050701e1ed4b8fa295b18995f67e (diff) | |
download | ffmpeg-06a436a224c00b97c0d2a173be2f5d792fd643db.tar.gz |
lavc/mjpegdec: Interpret three-component Adobe transform 0 also as RGB.
While there, make a comparison with "RGB" more readable.
Fixes ticket #7625.
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 802fc4a024..3c61e0c4ca 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 58 #define LIBAVCODEC_VERSION_MINOR 42 -#define LIBAVCODEC_VERSION_MICRO 103 +#define LIBAVCODEC_VERSION_MICRO 104 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |