You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avfilter/hwupload_cuda: Add missing semicolon.
Signed-off-by: Matt Oliver <protogonoi@gmail.com>
This commit is contained in:
		| @@ -195,7 +195,7 @@ static const AVOption cudaupload_options[] = { | ||||
|     { NULL }, | ||||
| }; | ||||
|  | ||||
| AVFILTER_DEFINE_CLASS(cudaupload) | ||||
| AVFILTER_DEFINE_CLASS(cudaupload); | ||||
|  | ||||
| static const AVFilterPad cudaupload_inputs[] = { | ||||
|     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user