]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/microdvddec.c
lavf: Switch probesize and max_analyze_duration to 64bit.
[ffmpeg] / libavformat / microdvddec.c
index a3839051a459ad81d6cc3f6c94cb9934f8848d73..727ff947e7e3d6b01aefb72f1fd0d96a1b0e6f90 100644 (file)
@@ -141,7 +141,7 @@ static int microdvd_read_header(AVFormatContext *s)
         sub->pts = get_pts(line);
         sub->duration = get_duration(line);
     }
-    ff_subtitles_queue_finalize(&microdvd->q);
+    ff_subtitles_queue_finalize(s, &microdvd->q);
     if (has_real_fps) {
         /* export the FPS info only if set in the file */
         microdvd->frame_rate = pts_info;