mirror of
https://github.com/joshuaboniface/rffmpeg.git
synced 2026-01-23 02:24:03 +00:00
Fix missing else removed in #50
This commit is contained in:
parent
37871b38d9
commit
dd03313458
1 changed files with 1 additions and 1 deletions
2
rffmpeg
2
rffmpeg
|
|
@ -882,6 +882,6 @@ if __name__ == "__main__":
|
|||
|
||||
if "rffmpeg" in cmd_name:
|
||||
run_control(config)
|
||||
|
||||
else:
|
||||
ffmpeg_args = all_args[1:]
|
||||
run_ffmpeg(config, ffmpeg_args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue