summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2021-08-13 19:00:50 -0700
committerJames Zern <jzern@google.com>2021-08-23 15:33:51 -0700
commitcb23c1e55359dc1319690517251ee170d0d68bae (patch)
treef79b2fb6d199adc3e83e15aa4c187af2b38cca72 /libavcodec/version.h
parent7f194c7d965ff9791e498074ca803ab0a097fa01 (diff)
avcodec/libaomenc: use ctx->usage to get default cfg
this prevents some mismatches in config values for realtime and all intra modes, avoiding failures like: [libaom-av1 @ ...] Failed to initialize encoder: Invalid parameter [libaom-av1 @ ...] Additional information: g_lag_in_frames out of range [..0] Signed-off-by: James Zern <jzern@google.com>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 8cdbb4ecf3..6334fa9be6 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#define LIBAVCODEC_VERSION_MAJOR 59
#define LIBAVCODEC_VERSION_MINOR 5
-#define LIBAVCODEC_VERSION_MICRO 100
+#define LIBAVCODEC_VERSION_MICRO 101
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \