Skip to content

Commit f4e943e

Browse files
committed
Remove refs to outdated writers in animation.py.
pymedia has not been updated for 18y, and swf (adobe flash) is also no more. Directly wrapping x264 could still be done but the comment probably doesn't help much...
1 parent 60458da commit f4e943e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/matplotlib/animation.py

-7
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@
2828
subprocess_creation_flags = (
2929
subprocess.CREATE_NO_WINDOW if sys.platform == 'win32' else 0)
3030

31-
# Other potential writing methods:
32-
# * http://pymedia.org/
33-
# * libming (produces swf) python wrappers: https://github.com/libming/libming
34-
# * Wrap x264 API:
35-
36-
# (https://stackoverflow.com/q/2940671/)
37-
3831

3932
def adjusted_figsize(w, h, dpi, n):
4033
"""

0 commit comments

Comments
 (0)