You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	lavfi/blockdetect: Reindent after last commit
This commit is contained in:
		| @@ -133,8 +133,8 @@ static float calculate_blockiness(BLKContext *s, int w, int h, | ||||
|             } | ||||
|         } | ||||
|         if (block_count && nonblock_count) { | ||||
|         temp = (block / block_count) / (nonblock / nonblock_count); | ||||
|         ret = FFMAX(ret, temp); | ||||
|             temp = (block / block_count) / (nonblock / nonblock_count); | ||||
|             ret = FFMAX(ret, temp); | ||||
|         } | ||||
|     } | ||||
|  | ||||
| @@ -178,8 +178,8 @@ static float calculate_blockiness(BLKContext *s, int w, int h, | ||||
|             } | ||||
|         } | ||||
|         if (block_count && nonblock_count) { | ||||
|         temp = (block / block_count) / (nonblock / nonblock_count); | ||||
|         ret = FFMAX(ret, temp); | ||||
|             temp = (block / block_count) / (nonblock / nonblock_count); | ||||
|             ret = FFMAX(ret, temp); | ||||
|         } | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user