vf_copy: switch to filter_frame
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		
				
					committed by
					
						
						Michael Niedermayer
					
				
			
			
				
	
			
			
			
						parent
						
							ece5decbe0
						
					
				
				
					commit
					7c42814782
				
			@@ -31,8 +31,6 @@ static const AVFilterPad avfilter_vf_copy_inputs[] = {
 | 
			
		||||
        .name             = "default",
 | 
			
		||||
        .type             = AVMEDIA_TYPE_VIDEO,
 | 
			
		||||
        .get_video_buffer = ff_null_get_video_buffer,
 | 
			
		||||
        .start_frame      = ff_null_start_frame,
 | 
			
		||||
        .end_frame        = ff_null_end_frame,
 | 
			
		||||
        .rej_perms        = ~0
 | 
			
		||||
    },
 | 
			
		||||
    { NULL }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user