ffmpeg-libav-tutorial icon indicating copy to clipboard operation
ffmpeg-libav-tutorial copied to clipboard

avformat_close_input() vs avformat_free_context()

Open vtorri opened this issue 2 years ago β€’ 0 comments

to free the context format resource, avformat_close_input() is used. But the doc says explicitely to use avformat_free_context() for this task. so why is avformat_close_input() used ?

vtorri avatar Apr 30 '23 05:04 vtorri