mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-12-28 18:41:14 +00:00
encoder/ffmpeg: Remove usage of avcodec_close
This functionality has been deprecated by FFmpeg.
This commit is contained in:
parent
4236c28c58
commit
c0967e9252
1 changed files with 0 additions and 1 deletions
|
@ -180,7 +180,6 @@ ffmpeg_instance::~ffmpeg_instance()
|
|||
}
|
||||
|
||||
// Close and free context.
|
||||
avcodec_close(_context);
|
||||
avcodec_free_context(&_context);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue