mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 20:42:49 +08:00 
			
		
		
		
	tools/normalize.py: both input and output file names are required
This commit is contained in:
		 Mark Harris
					Mark Harris
				
			
				
					committed by
					
						 Clément Bœsch
						Clément Bœsch
					
				
			
			
				
	
			
			
			 Clément Bœsch
						Clément Bœsch
					
				
			
						parent
						
							e6b125e3be
						
					
				
				
					commit
					4cabee50f6
				
			| @@ -2,7 +2,7 @@ | |||||||
|  |  | ||||||
| import sys, subprocess | import sys, subprocess | ||||||
|  |  | ||||||
| if len(sys.argv) > 1: | if len(sys.argv) > 2: | ||||||
|     ifile  = sys.argv[1] |     ifile  = sys.argv[1] | ||||||
|     encopt = sys.argv[2:-1] |     encopt = sys.argv[2:-1] | ||||||
|     ofile  = sys.argv[-1] |     ofile  = sys.argv[-1] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user