diff options
author | Wang Cao <doubleecao@gmail.com> | 2020-07-22 16:11:12 -0700 |
---|---|---|
committer | James Zern <jzern@google.com> | 2020-07-24 19:10:10 -0700 |
commit | 017bf9643fc042267abaac1d60acdcfdaeee4814 (patch) | |
tree | 7985d930cdc3ee27c842e18021efceb413e03210 /libavcodec/version.h | |
parent | 498ad7b37c0258c17af4c998c997e66e85032582 (diff) | |
download | ffmpeg-017bf9643fc042267abaac1d60acdcfdaeee4814.tar.gz |
libavcodec/libaomenc.c: Add command-line options for inter-coding tools
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 304bf2a70e..291e6b589f 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 58 #define LIBAVCODEC_VERSION_MINOR 97 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MICRO 102 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |