]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/assdec.c
cleanup: remove various double end ';' all over the code.
[ffmpeg] / libavformat / assdec.c
index e2cebf8875ebb474a1d8f78ddb2bde81a43b57db..4f1126cc0eeff899a99f8aedab38e373a3a4cd76 100644 (file)
@@ -83,7 +83,7 @@ static int read_header(AVFormatContext *s, AVFormatParameters *ap)
     uint8_t *p, **dst[2]={0};
     int pos[2]={0};
 
-    st = av_new_stream(s, 0);
+    st = avformat_new_stream(s, NULL);
     if (!st)
         return -1;
     av_set_pts_info(st, 64, 1, 100);