]> git.sesse.net Git - ffmpeg/blobdiff - ffprobe.c
libswresample.v: add swresample* for cmdutils.c
[ffmpeg] / ffprobe.c
index 6af76953aa67f8b0f1e7c4b3afabb9f75c8a0a0d..71f7ded6e70f8a67614b43f0bb6a721c26d706e8 100644 (file)
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -1160,7 +1160,7 @@ static int probe_file(const char *filename)
     PRINT_CHAPTER(format);
     writer_print_footer(wctx);
 
-    av_close_input_file(fmt_ctx);
+    avformat_close_input(&fmt_ctx);
     writer_close(&wctx);
 
 end:
@@ -1252,7 +1252,7 @@ int main(int argc, char **argv)
     avdevice_register_all();
 #endif
 
-    show_banner();
+    show_banner(argc, argv, options);
     parse_options(NULL, argc, argv, options, opt_input_file);
 
     if (!input_filename) {