You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	dfa: Remove unused variable.
This fixes the warning: libavcodec/dfa.c:189: warning: unused variable ‘frame_end’
This commit is contained in:
		| @@ -186,7 +186,6 @@ static int decode_dds1(uint8_t *frame, int width, int height, | ||||
| static int decode_bdlt(uint8_t *frame, int width, int height, | ||||
|                        const uint8_t *src, const uint8_t *src_end) | ||||
| { | ||||
|     const uint8_t *frame_end = frame + width * height; | ||||
|     uint8_t *line_ptr; | ||||
|     int count, lines, segments; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user