]> git.sesse.net Git - ffmpeg/blobdiff - tools/normalize.py
avcodec/vc1dec: fix is_intra block vs. mb bug
[ffmpeg] / tools / normalize.py
index e0159133a693fd446ce66a8cc27bbdf00798fb3d..7d87c5e154aca1bde4ec81dd2693904bcd3906c5 100755 (executable)
@@ -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]