filters. Currently filters are not registered, so the option will show none. Originally committed as revision 20807 to svn://svn.ffmpeg.org/ffmpeg/trunk
		
			
				
	
	
		
			10 lines
		
	
	
		
			712 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			712 B
		
	
	
	
		
			C
		
	
	
	
	
	
    { "L", OPT_EXIT, {(void*)show_license}, "show license" },
 | 
						|
    { "h", OPT_EXIT, {(void*)show_help}, "show help" },
 | 
						|
    { "version", OPT_EXIT, {(void*)show_version}, "show version" },
 | 
						|
    { "formats"  , OPT_EXIT, {(void*)show_formats  }, "show available formats" },
 | 
						|
    { "codecs"   , OPT_EXIT, {(void*)show_codecs   }, "show available codecs" },
 | 
						|
    { "bsfs"     , OPT_EXIT, {(void*)show_bsfs     }, "show available bit stream filters" },
 | 
						|
    { "protocols", OPT_EXIT, {(void*)show_protocols}, "show available protocols" },
 | 
						|
    { "filters",   OPT_EXIT, {(void*)show_filters  }, "show available filters" },
 | 
						|
    { "loglevel", HAS_ARG | OPT_FUNC2, {(void*)opt_loglevel}, "set libav* logging level", "loglevel" },
 |