You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Remove redundant banner output from ffserver.
patch by Stefano Sabatini, stefano.sabatini-lala poste it Date: Sat, 29 Sep 2007 13:45:12 +0200 Subject: [FFmpeg-devel] [PATCH] Remove redundant banner output from ffserver Originally committed as revision 10629 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
				
					committed by
					
						 Diego Biurrun
						Diego Biurrun
					
				
			
			
				
	
			
			
			
						parent
						
							b8de342919
						
					
				
				
					commit
					8eb1c1cd5b
				
			| @@ -4318,7 +4318,6 @@ static int parse_ffconfig(const char *filename) | ||||
|  | ||||
| static void show_help(void) | ||||
| { | ||||
|     show_banner(program_name, program_birth_year); | ||||
|     printf("usage: ffserver [-L] [-h] [-f configfile]\n" | ||||
|            "Hyper fast multi format Audio/Video streaming server\n" | ||||
|            "\n" | ||||
| @@ -4375,7 +4374,6 @@ int main(int argc, char **argv) | ||||
|             break; | ||||
|         switch(c) { | ||||
|         case 'L': | ||||
|             show_banner(program_name, program_birth_year); | ||||
|             show_license(); | ||||
|             exit(0); | ||||
|         case '?': | ||||
|   | ||||
		Reference in New Issue
	
	Block a user