lavfi/vf_scale_qsv: fix the class_name in help for scale_qsv
Class name is used in show_help_children(avfilter_get_class(),...) to prompt the available filters. $ ffmpeg -h full Before: qsvscale AVOptions: After: scale_qsv AVOptions: Signed-off-by: Linjie Fu <linjie.fu@intel.com> Signed-off-by: Zhong Li <zhongli_dev@126.com>
This commit is contained in:
		
							parent
							
								
									566de25599
								
							
						
					
					
						commit
						edf2c7be5c
					
				@ -629,7 +629,7 @@ static const AVOption options[] = {
 | 
				
			|||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static const AVClass qsvscale_class = {
 | 
					static const AVClass qsvscale_class = {
 | 
				
			||||||
    .class_name = "qsvscale",
 | 
					    .class_name = "scale_qsv",
 | 
				
			||||||
    .item_name  = av_default_item_name,
 | 
					    .item_name  = av_default_item_name,
 | 
				
			||||||
    .option     = options,
 | 
					    .option     = options,
 | 
				
			||||||
    .version    = LIBAVUTIL_VERSION_INT,
 | 
					    .version    = LIBAVUTIL_VERSION_INT,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user