|
|
@@ -2155,17 +2155,6 @@ int av_read_play(AVFormatContext *s); |
|
|
|
*/ |
|
|
|
int av_read_pause(AVFormatContext *s); |
|
|
|
|
|
|
|
#if FF_API_CLOSE_INPUT_FILE |
|
|
|
/** |
|
|
|
* @deprecated use avformat_close_input() |
|
|
|
* Close a media file (but not its codecs). |
|
|
|
* |
|
|
|
* @param s media file handle |
|
|
|
*/ |
|
|
|
attribute_deprecated |
|
|
|
void av_close_input_file(AVFormatContext *s); |
|
|
|
#endif |
|
|
|
|
|
|
|
/** |
|
|
|
* Close an opened input AVFormatContext. Free it and all its contents |
|
|
|
* and set *s to NULL. |
|
|
|