diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2016-11-02 14:37:25 +0000 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-11-04 02:45:51 +0100 |
commit | 8a8902f2213b28a8dab1520bd42e88e5073f1f59 (patch) | |
tree | ac52c97343453e25b4ea62a3b0cec133484c6a51 /libavcodec/version.h | |
parent | 11f24e71ff2b598d973fd24bcf950eebaea9b3e6 (diff) | |
download | ffmpeg-8a8902f2213b28a8dab1520bd42e88e5073f1f59.tar.gz |
libx265: Add option to force IDR frames
This is in the same the same vein as c981b1145a857c8f962c93b8eecb1c613b20ffe9.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
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 f7e2561c69..9799cfe137 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 57 #define LIBAVCODEC_VERSION_MINOR 66 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |