You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	doc/print_options: Move options headers to a saner place
This commit is contained in:
		| @@ -27,7 +27,9 @@ | ||||
| #include <float.h> | ||||
|  | ||||
| #include "libavformat/avformat.h" | ||||
| #include "libavformat/options_table.h" | ||||
| #include "libavcodec/avcodec.h" | ||||
| #include "libavcodec/options_table.h" | ||||
| #include "libavutil/opt.h" | ||||
|  | ||||
| static void print_usage(void) | ||||
| @@ -96,16 +98,12 @@ static void show_opts(const AVOption *opts, int per_stream) | ||||
|  | ||||
| static void show_format_opts(void) | ||||
| { | ||||
| #include "libavformat/options_table.h" | ||||
|  | ||||
|     printf("@section Format AVOptions\n"); | ||||
|     show_opts(avformat_options, 0); | ||||
| } | ||||
|  | ||||
| static void show_codec_opts(void) | ||||
| { | ||||
| #include "libavcodec/options_table.h" | ||||
|  | ||||
|     printf("@section Codec AVOptions\n"); | ||||
|     show_opts(avcodec_options, 1); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user