diff options
author | James Zern <jzern@google.com> | 2022-09-13 17:23:53 -0700 |
---|---|---|
committer | James Zern <jzern@google.com> | 2022-09-22 11:52:16 -0700 |
commit | bd7d69fe354cf5b3d6247f049af44bfa56f0531a (patch) | |
tree | acd0fe4e0f87e3468ab2a7815d49bfc8dca2a42b /libavcodec/version.h | |
parent | 48615f0a7861fd1c24195f74856f68e06c7ca73c (diff) | |
download | ffmpeg-bd7d69fe354cf5b3d6247f049af44bfa56f0531a.tar.gz |
avcodec/libvpxenc: add -min-gf-interval
this maps to the vpxenc argument with the same name and the
VP9E_SET_MIN_GF_INTERVAL codec control
Signed-off-by: James Zern <jzern@google.com>
Reviewed-by: Vignesh Venkatasubramanian <vigneshv@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 2cad78e640..c2404cf9ee 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -30,7 +30,7 @@ #include "version_major.h" #define LIBAVCODEC_VERSION_MINOR 44 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |