| 
									
										
										
										
											2009-11-29 23:12:19 +00:00
										 |  |  |     { "L", OPT_EXIT, {(void*)show_license}, "show license" }, | 
					
						
							|  |  |  |     { "h", OPT_EXIT, {(void*)show_help}, "show help" }, | 
					
						
							| 
									
										
										
										
											2009-12-21 02:20:13 +00:00
										 |  |  |     { "?", OPT_EXIT, {(void*)show_help}, "show help" }, | 
					
						
							|  |  |  |     { "help", OPT_EXIT, {(void*)show_help}, "show help" }, | 
					
						
							|  |  |  |     { "-help", OPT_EXIT, {(void*)show_help}, "show help" }, | 
					
						
							| 
									
										
										
										
											2009-11-29 23:12:19 +00:00
										 |  |  |     { "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" }, | 
					
						
							| 
									
										
										
										
											2009-12-12 16:18:11 +00:00
										 |  |  |     { "filters",   OPT_EXIT, {(void*)show_filters  }, "show available filters" }, | 
					
						
							| 
									
										
										
										
											2009-12-21 21:53:03 +00:00
										 |  |  |     { "pix_fmts" , OPT_EXIT, {(void*)show_pix_fmts }, "show available pixel formats" }, | 
					
						
							| 
									
										
										
										
											2011-08-31 08:51:15 +02:00
										 |  |  |     { "sample_fmts", OPT_EXIT, {.func_arg = show_sample_fmts }, "show available audio sample formats" }, | 
					
						
							| 
									
										
										
										
											2011-05-28 01:53:00 +02:00
										 |  |  |     { "loglevel", HAS_ARG, {(void*)opt_loglevel}, "set libav* logging level", "loglevel" }, | 
					
						
							| 
									
										
										
										
											2011-10-07 13:29:03 +01:00
										 |  |  |     { "v", HAS_ARG, {(void*)opt_loglevel}, "set libav* logging level", "loglevel" }, |