diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-10-09 20:58:07 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-10-09 20:58:07 +0200 |
commit | d6cfbcd6219a6c9155864ca87c77bad524184542 (patch) | |
tree | 145ccb97ebef24920b198f9557b6e19d6dfe4584 /libavcodec/version.h | |
parent | 1e81fd3710a81ca9c5e13647a189a65ff48778b3 (diff) | |
download | ffmpeg-d6cfbcd6219a6c9155864ca87c77bad524184542.tar.gz |
lavc/mjpegenc: Add an option to force outputting chroma matrix.
RFC 2435 suggests that mjpeg over rtp uses both two tables.
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 1c97a1e5d2..a89ad91872 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -30,7 +30,7 @@ #define LIBAVCODEC_VERSION_MAJOR 57 #define LIBAVCODEC_VERSION_MINOR 4 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |