diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-02-19 21:02:42 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-02-19 21:02:42 +0100 |
commit | 84d7933e3b9c1a43a30adafebcde2b41f30ce3a1 (patch) | |
tree | 5aac91ea696241007f2a4cb59c2a974aa151a4a3 /libavcodec/version.h | |
parent | 76af0c78772f1f7de6d3c317591f007c4e995203 (diff) | |
download | ffmpeg-84d7933e3b9c1a43a30adafebcde2b41f30ce3a1.tar.gz |
lavc/libvpx: Fix high-bitdepth pix_fmts on big endian.
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 08140b04cd..7dd9ca02b4 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -30,7 +30,7 @@ #define LIBAVCODEC_VERSION_MAJOR 57 #define LIBAVCODEC_VERSION_MINOR 24 -#define LIBAVCODEC_VERSION_MICRO 103 +#define LIBAVCODEC_VERSION_MICRO 104 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |