summaryrefslogtreecommitdiff
path: root/libavformat/rcwtenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rcwtenc.c')
-rw-r--r--libavformat/rcwtenc.c1
1 files changed, 0 insertions, 1 deletions
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)