Commit 765debf5 authored by Paul B Mahol's avatar Paul B Mahol

auenc: remove pointless assigment

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 266e88a4
...@@ -71,8 +71,6 @@ static int au_write_header(AVFormatContext *s) ...@@ -71,8 +71,6 @@ static int au_write_header(AVFormatContext *s)
{ {
AVIOContext *pb = s->pb; AVIOContext *pb = s->pb;
s->priv_data = NULL;
/* format header */ /* format header */
if (put_au_header(pb, s->streams[0]->codec) < 0) { if (put_au_header(pb, s->streams[0]->codec) < 0) {
return -1; return -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment