You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avdevice/dshow: satisfy alloc contract better
prevent non-rgb24 crashes on windows 10 anniversary ed Signed-off-by: Roger Pack <rogerpack2005@gmail.com>
This commit is contained in:
		
				
					committed by
					
						 Timo Rothenpieler
						Timo Rothenpieler
					
				
			
			
				
	
			
			
			
						parent
						
							a8e3833a61
						
					
				
				
					commit
					18ce63a60e
				
			| @@ -157,9 +157,7 @@ libAVFilter_QueryVendorInfo(libAVFilter *this, wchar_t **info) | ||||
|  | ||||
|     if (!info) | ||||
|         return E_POINTER; | ||||
|     *info = wcsdup(L"libAV"); | ||||
|  | ||||
|     return S_OK; | ||||
|     return E_NOTIMPL; /* don't have to do anything here */ | ||||
| } | ||||
|  | ||||
| static int | ||||
|   | ||||
		Reference in New Issue
	
	Block a user