X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Faea.c;h=9fac6c8de679b7490b466998b500cb2ff3a0b5b9;hb=dfa77dead2c97ec84092066102b14a2524d4d88b;hp=42889b9b9030a08b9d69f4f06d724a926a75b41f;hpb=072a62b50ab4e54ee55585dc06a8e313d713b39f;p=ffmpeg diff --git a/libavformat/aea.c b/libavformat/aea.c index 42889b9b903..9fac6c8de67 100644 --- a/libavformat/aea.c +++ b/libavformat/aea.c @@ -57,7 +57,7 @@ static int aea_read_probe(AVProbeData *p) static int aea_read_header(AVFormatContext *s, AVFormatParameters *ap) { - AVStream *st = av_new_stream(s, 0); + AVStream *st = avformat_new_stream(s, NULL); if (!st) return AVERROR(ENOMEM);