mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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
Block a user