Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com> --- Will apply this soon.
libavcodec/mlpenc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavcodec/mlpenc.c b/libavcodec/mlpenc.c index 6d4a12ce3b..ef01c1d282 100644 --- a/libavcodec/mlpenc.c +++ b/libavcodec/mlpenc.c @@ -476,6 +476,7 @@ static av_cold int mlp_encode_init(AVCodecContext *avctx) { static AVOnce init_static_once = AV_ONCE_INIT; MLPEncodeContext *ctx = avctx->priv_data; + RestartHeader *const rh = &ctx->restart_header; unsigned int sum = 0; size_t size; int ret; @@ -674,8 +675,6 @@ static av_cold int mlp_encode_init(AVCodecContext *avctx) if (!ctx->decoding_params) return AVERROR(ENOMEM); - RestartHeader *rh = &ctx->restart_header; - /* TODO see if noisegen_seed is really worth it. */ rh->noisegen_seed = 0; -- 2.30.2 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".