Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f31d35d

Browse filesBrowse files
committed
FIX: ffmpeg logging level
1 parent fbcfe76 commit f31d35d
Copy full SHA for f31d35d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/animation.py

Copy file name to clipboardExpand all lines: lib/matplotlib/animation.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ def _args(self):
668668
'-r', str(self.fps)]
669669
# Logging is quieted because subprocess.PIPE has limited buffer size.
670670

671-
if (_log.getEffectiveLevel() < logging.DEBUG):
671+
if (_log.getEffectiveLevel() > logging.DEBUG):
672672
args += ['-loglevel', 'quiet']
673673
args += ['-i', 'pipe:'] + self.output_args
674674
return args

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.