Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
From [docs](https://ffmpeg.org/doxygen/trunk/deprecated.html) see that this function call is not needed: "Do not use this function. Use avcodec_free_context() to destroy a codec context (either open or closed). Opening and closing a codec context multiple times is not supported anymore – use multiple codec contexts instead." avcodec_free_context is already called.
- Loading branch information