From: Zhao Zhili <zhiliz...@tencent.com> --- libavcodec/mpeg4videodec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/mpeg4videodec.c b/libavcodec/mpeg4videodec.c index e21f1d24a2..d3d68a1e33 100644 --- a/libavcodec/mpeg4videodec.c +++ b/libavcodec/mpeg4videodec.c @@ -1336,7 +1336,7 @@ static inline int mpeg4_decode_block(Mpeg4DecContext *ctx, int16_t *block, { MpegEncContext *s = &ctx->m; int level, i, last, run, qmul, qadd, pred; - int av_uninit(dc_pred_dir); + int dc_pred_dir = 0; const RLTable *rl; const RL_VLC_ELEM *rl_vlc; const uint8_t *scan_table; -- 2.46.0 _______________________________________________ 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".