You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	lavu/base64: return meaningful error code.
This commit is contained in:
		| @@ -125,7 +125,7 @@ out2: | ||||
|     *dst++ = v >> 4; | ||||
| out1: | ||||
| out0: | ||||
|     return bits & 1 ? -1 : dst - out; | ||||
|     return bits & 1 ? AVERROR_INVALIDDATA : dst - out; | ||||
| } | ||||
|  | ||||
| /***************************************************************************** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user