diff options
author | Wang Cao <doubleecao@gmail.com> | 2020-04-04 05:00:26 +0800 |
---|---|---|
committer | James Zern <jzern@google.com> | 2020-04-11 15:12:34 -0700 |
commit | bd3389e9f498dca74bc20b5f4e96520d23f072ed (patch) | |
tree | 740c593e72755a818c0a3df2d8ce6ee192a1b35d /libavcodec/version.h | |
parent | 9f4054a0cb27503e535804ab8c2b58cc91c72591 (diff) | |
download | ffmpeg-bd3389e9f498dca74bc20b5f4e96520d23f072ed.tar.gz |
avcodec/libaomenc.c: Add a libaom command-line option 'tune'
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 278f6be0cf..b348a6ca7a 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 58 #define LIBAVCODEC_VERSION_MINOR 78 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MICRO 102 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |