mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-11-26 15:12:14 +08:00
* Import ABC from collections.abc instead of collections for Python 3.9 compatibility. * Fix deprecation warnings due to invalid escape sequences. * Support Python 3.10 Co-authored-by: Karl Kroening <karlk@kralnet.us>