You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avconv: pass libavresample options to AVFilterGraph
This commit is contained in:
		| @@ -42,7 +42,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 *format_opts, *codec_opts; | ||||
| extern AVDictionary *format_opts, *codec_opts, *resample_opts; | ||||
|  | ||||
| /** | ||||
|  * Initialize the cmdutils option system, in particular | ||||
| @@ -235,6 +235,7 @@ typedef struct OptionGroup { | ||||
|  | ||||
|     AVDictionary *codec_opts; | ||||
|     AVDictionary *format_opts; | ||||
|     AVDictionary *resample_opts; | ||||
|     struct SwsContext *sws_opts; | ||||
| } OptionGroup; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user