mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
tools/normalize.py: both input and output file names are required
This commit is contained in:
parent
e6b125e3be
commit
4cabee50f6
@ -2,7 +2,7 @@
|
||||
|
||||
import sys, subprocess
|
||||
|
||||
if len(sys.argv) > 1:
|
||||
if len(sys.argv) > 2:
|
||||
ifile = sys.argv[1]
|
||||
encopt = sys.argv[2:-1]
|
||||
ofile = sys.argv[-1]
|
||||
|
Loading…
Reference in New Issue
Block a user