blob: da178c20776f7a5e6cd2881522adf940351cb7b7 (
plain)
1 diff --git a/import/probe_ffmpeg.c b/import/probe_ffmpeg.c
2 index 96d3d49..8e61c51 100644
3 --- a/import/probe_ffmpeg.c
4 +++ b/import/probe_ffmpeg.c
5 @@ -120,7 +120,7 @@ void probe_ffmpeg(info_t *ipipe)
6
7 translate_info(lavf_dmx_context, ipipe->probe_info);
8
9 - av_close_input_file(lavf_dmx_context);
10 + avformat_close_input(&lavf_dmx_context);
11 return;
12 }
13
|