Another deprecated function

This commit is contained in:
rdb 2012-12-28 18:11:47 +00:00
parent 5a4eff9759
commit 1d21ad016e

View File

@ -196,7 +196,7 @@ open_subfile(const SubfileInfo &info) {
void FfmpegVirtualFile::
close() {
if (_format_context != NULL) {
av_close_input_file(_format_context);
avformat_close_input(&_format_context);
_format_context = NULL;
}