PyAV-Org / PyAV

Pythonic bindings for FFmpeg's libraries.
https://pyav.basswood-io.com/
BSD 3-Clause "New" or "Revised" License
2.39k stars 354 forks source link

Remove circular reference between `Graph` and `FilterContext` #1439

Closed moonsikpark closed 3 weeks ago

moonsikpark commented 3 weeks ago

Due to the circular reference between Graph and FilterContext, the memory footprint increases until GC is activated.

Related: #1429