Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a95057e

Browse files
committed
Merge pull request matplotlib#3637 from WeatherGod/rctypo
BUG/DOC : mp4 -> mpeg4 in matplotlibrc.template Closes matplotlib#3636.
2 parents d3550c5 + 316c3f2 commit a95057e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matplotlibrc.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ backend : %(backend)s
474474

475475
###ANIMATION settings
476476
#animation.writer : ffmpeg # MovieWriter 'backend' to use
477-
#animation.codec : mp4 # Codec to use for writing movie
477+
#animation.codec : mpeg4 # Codec to use for writing movie
478478
#animation.bitrate: -1 # Controls size/quality tradeoff for movie.
479479
# -1 implies let utility auto-determine
480480
#animation.frame_format: 'png' # Controls frame format used by temp files

0 commit comments

Comments
 (0)