You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	lavfi: deprecate aconvert.
This filter is not required anymore with aformat. Drop it at next bump.
This commit is contained in:
		| @@ -37,7 +37,7 @@ | ||||
| #include <libavfilter/buffersink.h> | ||||
| #include <libavfilter/buffersrc.h> | ||||
|  | ||||
| const char *filter_descr = "aresample=8000,aconvert=s16:mono"; | ||||
| const char *filter_descr = "aresample=8000,aformat=sample_fmts=s16:channel_layouts=mono"; | ||||
| const char *player       = "ffplay -f s16le -ar 8000 -ac 1 -"; | ||||
|  | ||||
| static AVFormatContext *fmt_ctx; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user