]> git.sesse.net Git - ffmpeg/blobdiff - ffprobe.c
RELEASE: We're now at 0.9.0.git
[ffmpeg] / ffprobe.c
index 6af76953aa67f8b0f1e7c4b3afabb9f75c8a0a0d..577fed3e39a045e71a7aa7d5d6d5567ef66b2bfe 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: