mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
Replace all uses of av_close_input_file() with avformat_close_input().
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user