Commit 535705a4 authored by Jean First's avatar Jean First Committed by Michael Niedermayer

ffmpeg: use avformat_close_input instead of av_close_input_file

Signed-off-by: 's avatarJean First <jeanfirst@gmail.com>
Reviewed-by: 's avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent f86c348d
......@@ -4224,7 +4224,7 @@ static int read_ffserver_streams(OptionsContext *o, AVFormatContext *s, const ch
choose_pixel_fmt(st, codec);
}
av_close_input_file(ic);
avformat_close_input(&ic);
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment