You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	cmdutils: Export all sws options using a AVDictionary like the other subsystems do
This makes extracting options other than sws_flags easier Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
		| @@ -47,6 +47,7 @@ extern const int program_birth_year; | ||||
| extern AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB]; | ||||
| extern AVFormatContext *avformat_opts; | ||||
| extern struct SwsContext *sws_opts; | ||||
| extern AVDictionary *sws_dict; | ||||
| extern AVDictionary *swr_opts; | ||||
| extern AVDictionary *format_opts, *codec_opts, *resample_opts; | ||||
| extern int hide_banner; | ||||
| @@ -278,6 +279,7 @@ typedef struct OptionGroup { | ||||
|     AVDictionary *format_opts; | ||||
|     AVDictionary *resample_opts; | ||||
|     struct SwsContext *sws_opts; | ||||
|     AVDictionary *sws_dict; | ||||
|     AVDictionary *swr_opts; | ||||
| } OptionGroup; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user