]> git.sesse.net Git - ffmpeg/blobdiff - ffplay.c
vp8: ppc: fix invalid reads in altivec epel mc
[ffmpeg] / ffplay.c
index b6343287ac77970bcf68d51a6cfdef7545bf4c72..e71c9c932dc593409bd1bc791c729de97e4f0833 100644 (file)
--- a/ffplay.c
+++ b/ffplay.c
@@ -2464,7 +2464,7 @@ static int decode_thread(void *arg)
                                  st_index[AVMEDIA_TYPE_VIDEO]),
                                 NULL, 0);
     if (show_status) {
-        dump_format(ic, 0, is->filename, 0);
+        av_dump_format(ic, 0, is->filename, 0);
     }
 
     /* open the streams */