You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	lavfi/nnedi: Fix a compilation warning.
Silences the following warning: libavfilter/vf_nnedi.c:611:15: warning: assignment discards ‘const’ qualifier from pointer target type
This commit is contained in:
		| @@ -601,7 +601,7 @@ static void evalfunc_1(NNEDIContext *s, FrameData *frame_data) | ||||
|  | ||||
|         const int ystart = frame_data->field[plane]; | ||||
|         const int ystop = height - 12; | ||||
|         uint8_t *srcpp; | ||||
|         const uint8_t *srcpp; | ||||
|  | ||||
|         if (!(s->process_plane & (1 << plane))) | ||||
|             continue; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user