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;
|
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user