-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
obs-ffmpeg: Fix ffmpeg_output memory leak
The memory leak was introduced by a commit ba68eda to use av_packet_alloc because av_init_packet got deprecated. Also removes a boolean flag `new_packet` and use the pointer `packet`, which is introduced by ba68eda, to indicate there is a new packet. Co-authored-by: Norihiro Kamae <[email protected]>
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters