Replace all uses of av_close_input_file() with avformat_close_input().

This commit is contained in:
Anton Khirnov
2011-12-11 10:38:28 +01:00
parent 526604545f
commit cd3716b9aa
14 changed files with 22 additions and 26 deletions

View File

@ -544,7 +544,7 @@ rdt_free_context (PayloadContext *rdt)
av_freep(&rdt->rmst[i]);
}
if (rdt->rmctx)
av_close_input_file(rdt->rmctx);
avformat_close_input(&rdt->rmctx);
av_freep(&rdt->mlti_data);
av_freep(&rdt->rmst);
av_free(rdt);