You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	lavd/alsa: Double maximum alsa buffer size.
Fixes recording from ATI Wonder 600 USB adapter, regression since e35c674d.
Reported and analyzed by: Marco Paolieri, paolieri at gmail
			
			
This commit is contained in:
		| @@ -43,7 +43,7 @@ | ||||
|  | ||||
| typedef void (*ff_reorder_func)(const void *, void *, int); | ||||
|  | ||||
| #define ALSA_BUFFER_SIZE_MAX 65536 | ||||
| #define ALSA_BUFFER_SIZE_MAX 131072 | ||||
|  | ||||
| typedef struct AlsaData { | ||||
|     AVClass *class; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user