diff --git a/libavformat/rcwtenc.c b/libavformat/rcwtenc.c index 1becef5f48..2ee4aae6bf 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)