Table of Contents

av_close_input_file

Overview

Defined in avformat.h

Close a media file (but not its codecs).

void av_close_input_file(AVFormatContext *s);

Parameters

s

AVFormatContext *s

Media file handle.

Return value

None

See also

av_open_input_file()


Back to ffmpeg