]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/oma.c
Merge remote-tracking branch 'luzero/pulse'
[ffmpeg] / libavformat / oma.c
index 09fa2ca985c8be6031e373958ab1c438e37445a6..eeb920553a43db0eb037a26f67186d49d26b7d2c 100644 (file)
@@ -307,7 +307,7 @@ static int oma_read_header(AVFormatContext *s,
 
     codec_params = AV_RB24(&buf[33]);
 
-    st = av_new_stream(s, 0);
+    st = avformat_new_stream(s, NULL);
     if (!st)
         return AVERROR(ENOMEM);