Commit b445b97
committed
Fix FFMpegBase.isAvailable with detached terminals.
When checking for ffmpeg/libav, set stdin to /dev/null, otherwise the
process will sleep if Python is running with a detached terminal. And we
definitely don't want ffmpeg/libav to grab user input here.1 parent ec0132f commit b445b97
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
597 | 597 | | |
598 | 598 | | |
599 | 599 | | |
600 | | - | |
| 600 | + | |
| 601 | + | |
601 | 602 | | |
602 | 603 | | |
603 | 604 | | |
| |||
0 commit comments