diff options
author | Wonkap Jang <wonkap-at-google.com@ffmpeg.org> | 2020-02-03 10:02:01 -0800 |
---|---|---|
committer | James Zern <jzern@google.com> | 2020-02-03 12:37:28 -0800 |
commit | b93098253eceb8f7a7ba8486ba57dfb1cd190c54 (patch) | |
tree | c13d5c44b86c7b3e62453ec3e49373f6c7c87cdb /libavcodec/version.h | |
parent | c4e29d0ba316f5bc0a9f73331ee2eb082c25532b (diff) | |
download | ffmpeg-b93098253eceb8f7a7ba8486ba57dfb1cd190c54.tar.gz |
avcodec/libvpxenc: add VP9 temporal scalability encoding option
This commit reuses the configuration options for VP8 that enables
temporal scalability for VP9. It also adds a way to enable three
preset temporal structures (refer to the documentation for more
detail) that can be used in offline encoding.
Signed-off-by: James Zern <jzern@google.com>
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 2fba26e8d0..4e7ef9efbc 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 58 #define LIBAVCODEC_VERSION_MINOR 67 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |