mirrored from https://chromium.googlesource.com/webm/libvpx
-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error handling in vp9_pack_bitstream()
In multi-threaded scenario, when the bitstream buffer allocated is insufficient, the main thread called 'longjmp' without waiting for the completion of workers. In this patch, 'longjmp' is called by the main thread after joining other worker threads. This resolves the assertion failure as reported in Bug: webm:1847 Bug: webm:1844 Change-Id: I399c76087b65e7b8d9a9fa4f12d784408243d648
- Loading branch information
Deepa K G
committed
May 13, 2024
1 parent
b1cf64c
commit 611d9ba
Showing
1 changed file
with
12 additions
and
6 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