Resetting the counter of used elements is enough as nothing is ever read from the currently unused elements.
Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com> --- libavformat/rcwtenc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/rcwtenc.c b/libavformat/rcwtenc.c index d0e469ce65..084de6e205 100644 --- a/libavformat/rcwtenc.c +++ b/libavformat/rcwtenc.c @@ -76,7 +76,6 @@ static void rcwt_init_cluster(AVFormatContext *avf) rcwt->cluster_pos = 0; rcwt->cluster_pts = AV_NOPTS_VALUE; - memset(rcwt->cluster_buf, 0, sizeof(rcwt->cluster_buf)); } static void rcwt_flush_cluster(AVFormatContext *avf) -- 2.34.1 _______________________________________________ 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".