sink_buffer: fix typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		
							parent
							
								
									75f26a6f0b
								
							
						
					
					
						commit
						514c44c4fa
					
				@ -161,7 +161,7 @@ static av_cold int vsink_init(AVFilterContext *ctx, const char *args, void *opaq
 | 
				
			|||||||
        return AVERROR(EINVAL);
 | 
					        return AVERROR(EINVAL);
 | 
				
			||||||
    } else {
 | 
					    } else {
 | 
				
			||||||
#if FF_API_OLD_VSINK_API
 | 
					#if FF_API_OLD_VSINK_API
 | 
				
			||||||
        buf->pixel_fmts = (const enum PixelFormats *)opaque;
 | 
					        buf->pixel_fmts = (const enum PixelFormat *)opaque;
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
        params = (AVBufferSinkParams *)opaque;
 | 
					        params = (AVBufferSinkParams *)opaque;
 | 
				
			||||||
        buf->pixel_fmts = params->pixel_fmts;
 | 
					        buf->pixel_fmts = params->pixel_fmts;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user