Defined in avformat.h
avformat.h
Close a media file (but not its codecs).
void av_close_input_file(AVFormatContext *s);
AVFormatContext *s
Media file handle.
None
av_open_input_file()
Back to ffmpeg