You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Add description to the buffer source.
Originally committed as revision 24384 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -131,6 +131,7 @@ static int poll_frame(AVFilterLink *link) | ||||
|  | ||||
| AVFilter avfilter_vsrc_buffer = { | ||||
|     .name      = "buffer", | ||||
|     .description = NULL_IF_CONFIG_SMALL("Buffer video frames, and make them accessible to the filterchain."), | ||||
|     .priv_size = sizeof(BufferSourceContext), | ||||
|     .query_formats = query_formats, | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user