Browse Source

auenc: remove pointless assigment

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n1.1
Paul B Mahol 13 years ago
parent
commit
765debf51f
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavformat/au.c

+ 0
- 2
libavformat/au.c 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;


Loading…
Cancel
Save