Unexpected deallocation of the audio resampler #1721
Unanswered
caffeinism
asked this question in
4. Bugs
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The AudioCodecContext contains a Resampler. This Resampler consists of Graph, and there is a mutual reference relationship between the Graph and the FilterContext. At some point during execution, the Graph is unexpectedly freed, causing the program to crash.
When:
Below is the error message:
Beta Was this translation helpful? Give feedback.
All reactions