mirror of https://git.ffmpeg.org/ffmpeg.git
auenc: remove pointless assigment
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
266e88a47c
commit
765debf51f
|
@ -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…
Reference in New Issue