According to the doxy, this field is set by the user.
Signed-off-by: Andreas Rheinhardt <[email protected]>
---
libavcodec/a64multienc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/a64multienc.c b/libavcodec/a64multienc.c
index 1b52631193..ad2500e41a 100644
--- a/libavcodec/a64multienc.c
+++ b/libavcodec/a64multienc.c
@@ -210,7 +210,7 @@ static av_cold int a64multi_encode_init(AVCodecContext
*avctx)
if (avctx->global_quality < 1) {
c->mc_lifetime = 4;
} else {
- c->mc_lifetime = avctx->global_quality /= FF_QP2LAMBDA;
+ c->mc_lifetime = avctx->global_quality / FF_QP2LAMBDA;
}
av_log(avctx, AV_LOG_INFO, "charset lifetime set to %d frame(s)\n",
c->mc_lifetime);
--
2.27.0
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".