You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avfilter/vf_bm3d: use av_clip_uintp2_c where clip is variable
This commit is contained in:
		| @@ -688,7 +688,7 @@ static void do_output16(BM3DContext *s, uint8_t *dst, int dst_linesize, | ||||
|                 sum_den += den; | ||||
|             } | ||||
|  | ||||
|             dstp[j] = av_clip_uintp2(sum_num / sum_den, depth); | ||||
|             dstp[j] = av_clip_uintp2_c(sum_num / sum_den, depth); | ||||
|         } | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user