diff options
author | Wang Cao <doubleecao@gmail.com> | 2020-06-25 17:55:13 -0700 |
---|---|---|
committer | James Zern <jzern@google.com> | 2020-07-01 11:54:56 -0700 |
commit | aa5c6f382be65d2dd964a04c9f11b4180624e332 (patch) | |
tree | d1ad18a066a405f16b0dd390ff7d2c141acd4e08 /libavcodec/version.h | |
parent | 3223f6b32d5d60c73b1e14475d4751770ae9344d (diff) | |
download | ffmpeg-aa5c6f382be65d2dd964a04c9f11b4180624e332.tar.gz |
avcodec/libaomenc: Add command-line options to control the use of partition tools
This patch adds the control for enabling rectangular partitions, 1:4/4:1
partitions and AB shape partitions.
Signed-off-by: Wang Cao <wangcao@google.com>
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 c9ce7981b5..78bac9f52a 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 58 #define LIBAVCODEC_VERSION_MINOR 93 -#define LIBAVCODEC_VERSION_MICRO 102 +#define LIBAVCODEC_VERSION_MICRO 103 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |