X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=avprobe.c;h=de9657b7e37b020ed2b88a49e1498c9f9a4dc7b9;hb=881a5e047dc78ec9ab771817497dffec503d77ee;hp=992f07c5cfdbc1c28a9a0a291a5e88a5762fb774;hpb=776f2bb91a5e31a385ee0a200df907e9acb0de87;p=ffmpeg diff --git a/avprobe.c b/avprobe.c index 992f07c5cfd..de9657b7e37 100644 --- a/avprobe.c +++ b/avprobe.c @@ -325,7 +325,7 @@ static int probe_file(const char *filename) if (do_show_format) show_format(fmt_ctx); - av_close_input_file(fmt_ctx); + avformat_close_input(&fmt_ctx); return 0; }