auenc: remove pointless assigment

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2012-12-04 12:42:50 +00:00
parent 266e88a47c
commit 765debf51f

View File

@ -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;