From 765debf51f1aee58b6748e575082ecd30033b323 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 4 Dec 2012 12:42:50 +0000 Subject: auenc: remove pointless assigment Signed-off-by: Paul B Mahol --- libavformat/au.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavformat/au.c') diff --git a/libavformat/au.c b/libavformat/au.c index 6797c3c479..2c1daffa39 100644 --- a/libavformat/au.c +++ b/libavformat/au.c @@ -71,8 +71,6 @@ static int au_write_header(AVFormatContext *s) { AVIOContext *pb = s->pb; - s->priv_data = NULL; - /* format header */ if (put_au_header(pb, s->streams[0]->codec) < 0) { return -1; -- cgit v1.2.3